From 3dc278f10a4c3e3db7ce3a445bed710bdc88916e Mon Sep 17 00:00:00 2001
From: xiebin <123456>
Date: Wed, 16 Nov 2022 17:10:51 +0800
Subject: [PATCH] 基地信息坐标有误差的问题

---
 src/styles/element-ui.scss |   54 +++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 41 insertions(+), 13 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 51dc91e..113150a 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -6,9 +6,9 @@
     }
 }
 
-
+// icon图标
 .el-icon-my-sy {
-    background: url('/img/icon/1016.png') center no-repeat;
+    background: url('../../public/img/icon/1016.png') center no-repeat;
     // background-size: 100% 100%;
     /* background-size: cover;*/
 }
@@ -20,7 +20,7 @@
 }
 
 .el-icon-my-sb {
-    background: url('/img/icon/3666.png') center no-repeat;
+    background: url('../../public/img/icon/3666.png') center no-repeat;
     // background-size: 100% 100%;
     /* background-size: cover;*/
 }
@@ -30,6 +30,44 @@
     font-size: 24px;
     visibility: hidden;
 }
+
+.el-icon-my-nc-menu {
+    background: url('../../public/img/icon/nc-menu.png') center no-repeat;
+    // background-size: 100% 100%;
+    /* background-size: cover;*/
+}
+
+.el-icon-my-nc-menu:before {
+    content: "替";
+    font-size: 24px;
+    visibility: hidden;
+}
+
+.el-icon-my-jksb-menu {
+    background: url('../../public/img/icon/jksb-menu.png') center no-repeat;
+    // background-size: 100% 100%;
+    /* background-size: cover;*/
+}
+
+.el-icon-my-jksb-menu:before {
+    content: "替";
+    font-size: 24px;
+    visibility: hidden;
+}
+
+.el-icon-my-jcsb-menu {
+    background: url('../../public/img/icon/jcsb-menu.png') center no-repeat;
+    // background-size: 100% 100%;
+    /* background-size: cover;*/
+}
+
+.el-icon-my-jcsb-menu:before {
+    content: "替";
+    font-size: 24px;
+    visibility: hidden;
+}
+
+
 
 .dialog-fixed {
     margin: 0 !important;
@@ -64,17 +102,7 @@
     }
 }
 
-.manage-select {
-    background-color: #05243e!important;
-}
 
-// .manage-option:hover {
-//     background-color: #0e7894!important;
-// }
-.manage-option {
-    background-color: #05243e!important;
-    color: #a5cacc;
-}
 
 
 

--
Gitblit v1.9.3