From 49cdf259bfdb99b0c6b3b4430df8b7a715989795 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期二, 07 一月 2025 10:59:57 +0800
Subject: [PATCH] 业务类型树图标展示,调整功能模块

---
 Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Icons/index.vue |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Icons/index.vue b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Icons/index.vue
index c2d4177..ee6bbae 100644
--- a/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Icons/index.vue
+++ b/Source/plt-web/plt-web-ui/src/views/modelingMenu/ui/Icons/index.vue
@@ -473,7 +473,14 @@
 }
 </script>
 
-<style scoped>
+<style scoped lang="scss">
+::v-deep{
+  svg{
+    font-size: inherit;
+    height: 100%;
+    width:100%;
+  }
+}
 .tag-group{font-size: 14px;}
 .el-tag{
   margin: 0 0 10px 10px;
@@ -490,7 +497,10 @@
   text-align: center;
 }
 .iconList .iconItem .svgContent{
-  font-size: 26px;
+  font-size: 24px;
+  width: 24px;
+  height: 24px;
+  margin: 0 auto;
 }
 .iconList .iconItem .svgContent:hover{
   transform: scale(1.5);

--
Gitblit v1.9.3