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/index.scss |   37 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 36 insertions(+), 1 deletions(-)

diff --git a/src/styles/index.scss b/src/styles/index.scss
index e4d99b1..7b4b656 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -1,4 +1,12 @@
 @import "./element-ui.scss";
+@import "./publicBox/arc-nav-bar.scss";
+@import "./publicBox/market-nav-bar.scss";
+@import "./publicBox/trace-table.scss";
+@import "./publicBox/farm-oper-table.scss";
+@import "./publicBox/equirment-station-details.scss";
+@import "./publicBox/equirment-vid-details.scss";
+
+@import "./publicNapeBox/nape-plot-details.scss";
 
 html,
 body {
@@ -58,4 +66,31 @@
     -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
     border-radius: 0;
     background: rgba(0, 0, 0, 0.1);
-}
\ No newline at end of file
+}
+
+
+.div-icon {
+    background: transparent !important;
+}
+
+.farm-map-icon {
+    font-weight: bold;
+    color: rgb(252, 166, 7);
+    text-align: center;
+
+    img {
+        width: 24px;
+    }
+}
+
+.land-map-icon {
+    font-weight: bold;
+    color: rgb(252, 166, 7);
+    text-align: center;
+
+    img {
+        width: 48px;
+        height: 48px;
+        border-radius: 50%;
+    }
+}

--
Gitblit v1.9.3