From 174e0fe2f15ef93fc58229d91c5a37ca7da8e1fa Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 09 May 2025 13:46:24 +0800
Subject: [PATCH] Merge branch 'test' into jiangwu
---
src/styles/common.scss | 28 +++++++++++++++++++++++++---
1 files changed, 25 insertions(+), 3 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 75458d0..df04e57 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;
@@ -130,3 +132,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