From 801ea96902c2901b0f29906fcba5f3fccd6ee337 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期五, 03 一月 2025 14:50:05 +0800
Subject: [PATCH] 修改默认图标

---
 Source/plt-web/plt-web-ui/src/styles/ui.scss |    3 ++-
 1 files changed, 2 insertions(+), 1 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 ff4eb74..810be2c 100644
--- a/Source/plt-web/plt-web-ui/src/styles/ui.scss
+++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -560,6 +560,7 @@
   height: 16px !important;
   margin-right: 6px;
 }
+
 /*
   鏍�
  */
@@ -575,7 +576,7 @@
   margin-right: 3px;
 }
 .el-tree-node__label [class*=" el-icon-"],.el-tree-node__label [class^=el-icon-]{
-  font-size: 14px;margin-top: 3px;
+  font-size: 14px;margin-top: 4px; margin-right: 3px;
 }
 
 .el-select{

--
Gitblit v1.9.3