From c4e17e16e32f396432303270004883da6ac27161 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 26 十二月 2024 17:56:27 +0800
Subject: [PATCH] 修改样式,action管理左侧树去掉按钮

---
 Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue b/Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue
index 451f2a7..4942a5a 100644
--- a/Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/systemModel/businessModel/index.vue
@@ -7,7 +7,7 @@
                      @node-click="nodeClick">
           <span slot-scope="{ node, data }" class="el-tree-node__label">
             <span style="display: flex">
-             <icon-show :name="data.icon" class="iconShowSpan"></icon-show>
+              <icon-show :name="data.icon"></icon-show>
                 {{ (node || {}).label }}
             </span>
           </span>
@@ -69,7 +69,7 @@
           <el-button icon="el-icon-close" plain size="small" type="danger" @click="deleteOperationClickHandler">鍒犻櫎
           </el-button>
         </div>
-        <el-form ref="form" :model="form" label-width="85px" style="max-height: calc(100vh - 200px);overflow: auto;">
+        <el-form ref="form" :model="form" label-width="85px" size="small" style="max-height: calc(100vh - 200px);overflow: auto;">
           <span v-if="form.category !== 1">
             <el-form-item label="妯″潡鍚嶏細">
             <el-input v-model="form.name" :disabled="!editStatus && !addStatus" placeholder="璇疯緭鍏ユā鍧楀悕"></el-input>
@@ -561,12 +561,5 @@
   display: flex;
   justify-content: left;
   margin-bottom: 15px;
-}
-
-.iconShowSpan{
-  display: inline-block;
-  width: 14px !important;
-  height: 14px !important;
-  margin-right: 3px;
 }
 </style>

--
Gitblit v1.9.3