From 0bb3aff601256a3e5486f748abbcc3768b8a157a Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期五, 27 十二月 2024 10:55:19 +0800
Subject: [PATCH] 整合代码

---
 Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue |    4 +++-
 Source/plt-web/plt-web-ui/src/styles/ui.scss                     |    4 ----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue b/Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue
index b6bdd32..fcb31d0 100644
--- a/Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue
+++ b/Source/plt-web/plt-web-ui/src/page/index/sidebar/sidebarItem.vue
@@ -166,7 +166,9 @@
   margin-right: 10px;
   color: #eeeeea;
 }
-
+::v-deep .el-icon-arrow-right:before {
+  content: "" !important;
+}
 </style>
 
 
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 b267bf5..e7722cb 100644
--- a/Source/plt-web/plt-web-ui/src/styles/ui.scss
+++ b/Source/plt-web/plt-web-ui/src/styles/ui.scss
@@ -563,10 +563,6 @@
   margin-left: 1px;
 }
 
-.el-icon-arrow-right:before {
-  content: "";
-}
-
 .font14{font-size: 14px;width: 12px;height: 12px;display: inline-block;}
 .font16{font-size: 16px;width: 14px;height: 14px;display: inline-block;}
 

--
Gitblit v1.9.3