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 |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 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 1faae30..de021e8 100644
--- a/Source/plt-web/plt-web-ui/src/styles/ui.scss
+++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -413,17 +413,22 @@
   display: flex;
   align-items: center;
 }
+/**鍙充晶渚ф搷浣滄爮**/
+.avue-crud__right{
+  display: flex;
+  align-items: center;
+}
 /**琛ㄥ唴鎿嶄綔鏍�**/
 .avue-crud .avue-crud__menu{
   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 6px;
+  padding: 2px 3px;
   display: flex;
 }
 .avue-crud .avue-crud__menu .el-button--text > span {
@@ -594,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{
@@ -602,7 +607,7 @@
   width: 14px !important;
   height: 14px !important;
   margin-top: -1px;
-  margin-right: 3px;
+  margin-right: 1px;
 }
 
 /*

--
Gitblit v1.9.3