From ed19fabe455b1dffbb77f2bc4a2348b4bad173b6 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 07 四月 2021 18:26:40 +0800
Subject: [PATCH] dialog高度

---
 src/assets/css/map/_map-variable.less |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/src/assets/css/map/_map-variable.less b/src/assets/css/map/_map-variable.less
index 9373d4e..8ef5f52 100644
--- a/src/assets/css/map/_map-variable.less
+++ b/src/assets/css/map/_map-variable.less
@@ -1,2 +1,17 @@
-@color:#00fff6;
-@background-color:rgba(0,16,30,.8);
+@color: #00fff6;
+@color-highlight: #fff700;
+@color-gray: #C0C4CC;
+@color-title: white;//鏍囬鑹�
+@color-over: white;
+@color-tool: #C0C4CC;//宸ュ叿鑹�
+@color-shadow: #00fff6;//鏄剧ず棰滆壊
+@background-color: rgba(0, 16, 30, .7);//鑳屾櫙濉厖鑹�
+@background-color-light: rgba(40, 50, 100, .4);//鍏夋檿
+@background-color-split: rgba(0, 255, 246, .14);//鍒嗗壊绾�
+@background-color-tools: #1A4951;//宸ュ叿绠�
+@border-radius: .03rem;//鍊掕
+
+@size-0:.08333rem;
+@size-1: .125rem;
+@size-2: .125rem;
+@size-3: .24479rem;

--
Gitblit v1.8.0