From 8beddbb9e9e3c5cbb1a0155fe22d96ed962e99a6 Mon Sep 17 00:00:00 2001
From: rain <1679827795@qq.com>
Date: Wed, 07 May 2025 18:32:49 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-web-manage
---
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