From 3c4babccb9de2107a0ca4d6a3e9582e672a23edc Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期三, 15 一月 2025 11:52:59 +0800
Subject: [PATCH] 流程模板定义页面

---
 Source/plt-web/plt-web-ui/src/styles/ui.scss |   39 ++++++++++++++++++++++-----------------
 1 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/styles/ui.scss b/Source/plt-web/plt-web-ui/src/styles/ui.scss
index 7842105..de021e8 100644
--- a/Source/plt-web/plt-web-ui/src/styles/ui.scss
+++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -405,15 +405,6 @@
 .avue--detail .el-col{
   margin-bottom: 0;
 }
-.avue-crud .avue-crud__menu{
-  min-height: 26px;
-}
-.avue-crud .avue-crud__menu .el-button{
-
-}
-.avue-crud .avue-crud__menu .el-button--text{
-  padding: 2px 6px;
-}
 .avue-crud table td{
   line-height: 22px;
 }
@@ -422,11 +413,26 @@
   display: flex;
   align-items: center;
 }
+/**鍙充晶渚ф搷浣滄爮**/
+.avue-crud__right{
+  display: flex;
+  align-items: center;
+}
 /**琛ㄥ唴鎿嶄綔鏍�**/
 .avue-crud .avue-crud__menu{
-  min-height: 22px;
+  min-height: 18px;
   display: flex;
-  justify-content: space-around;
+  justify-content: flex-start;
+}
+.avue-crud .avue-crud__menu .el-button{
+
+}
+.avue-crud .avue-crud__menu .el-button--text{
+  padding: 2px 3px;
+  display: flex;
+}
+.avue-crud .avue-crud__menu .el-button--text > span {
+  display: flex;
 }
 .el-table--small, .el-table__expand-icon{
   font-size: 14px;
@@ -593,7 +599,7 @@
   font-size: 12px !important;
   width: 12px !important;
   height: 12px !important;
-  margin-right: 6px;
+  margin-right: 2px;
 }
 
 .el-table td.el-table__cell div.iconShow{
@@ -601,11 +607,7 @@
   width: 14px !important;
   height: 14px !important;
   margin-top: -1px;
-  margin-right: 3px;
-}
-
-.avue-crud .avue-crud__menu .el-button--text >span {
-  display: flex;
+  margin-right: 1px;
 }
 
 /*
@@ -616,6 +618,9 @@
   display: none !important;
 }
 /*鍥炬爣**/
+.el-tree-node__label > span{
+  display: flex;
+}
 .el-tree-node__label .iconShow{
   display: inline-block;
   width: 14px !important;

--
Gitblit v1.9.3