From aec00ecc093be803860c8675cbe1c4c776a7cb4e Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Tue, 19 Mar 2024 17:49:21 +0800
Subject: [PATCH] update: 新建航线、事件编辑、kmz文件问题修改
---
src/styles/common.scss | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 6d41b09..309b937 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -3,7 +3,16 @@
height: 100%;
overflow: hidden;
}
-
+.dis_opticy{
+ opacity: .25;
+}
+.white-color {
+ color: #fff;
+}
+.describe{
+ font-size: 12px;
+ color: hsla(0,0%,100%,.6);
+}
body {
background-color: #f7f9fa;
-webkit-font-smoothing: antialiased;
--
Gitblit v1.9.3