From 2dfc8dc4bcd3d3cd4aed1b6054e073e140eba9c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 May 2025 16:05:50 +0800
Subject: [PATCH] Merge branch 'master' into jiangwu

---
 src/styles/common.scss |   31 +++++++++++++++++++++++++++----
 1 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index 75458d0..6986257 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -13,8 +13,7 @@
 .avue-sidebar,
 .avue-top,
 .avue-logo,
-.avue-layout
-.login-logo,
+.avue-layout .login-logo,
 .avue-main {
   transition: all .3s;
 }
@@ -32,7 +31,9 @@
       height: $top_height;
       display: flex;
 
-      .avue-menu, .el-menu-item, .el-sub-menu__title {
+      .avue-menu,
+      .el-menu-item,
+      .el-sub-menu__title {
         height: $top_height;
         line-height: $top_height;
       }
@@ -57,6 +58,7 @@
 }
 
 .avue--collapse {
+
   .avue-sidebar,
   .avue-logo {
     width: $sidebar_collapse;
@@ -71,7 +73,8 @@
   flex: 1;
   box-sizing: border-box;
   overflow: hidden;
-  background: #f0f2f5;
+  // background: #f0f2f5;
+  background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
 }
 
 #avue-view {
@@ -130,3 +133,23 @@
 @import './media.scss';
 //滚动条样式
 @include scrollBar;
+
+
+// 地图区域html标签样式调整
+.div-icon {
+  padding: 0px !important;
+  border: none !important;
+  background: transparent !important;
+  border-radius: 50% !important;
+
+  .point-icon-box {
+    width: 28px;
+    height: 28px;
+    line-height: 28px;
+    text-align: center;
+    font-size: 16px;
+    color: #fff;
+    background: rgb(255, 186, 0);
+    border-radius: 50%;
+  }
+}
\ No newline at end of file

--
Gitblit v1.9.3