From e7b2533bf1c746649a154dc2025096e6ddb5a456 Mon Sep 17 00:00:00 2001
From: ‘chensiAb’ <‘chenchenco03@163.com’>
Date: Tue, 01 Apr 2025 11:23:27 +0800
Subject: [PATCH] fix:腾讯地图 & 百度api 组件去掉调试代码

---
 common/common.scss |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/common.scss b/common/common.scss
index b9957b5..408d7aa 100644
--- a/common/common.scss
+++ b/common/common.scss
@@ -12,30 +12,30 @@
     }
 }
 
-.m-mark {
-    color: #fb4242;
-}
+// .m-mark {
+//     color: #fb4242;
+// }
 
 .m-text-stress {
-    color: #2093df;
+    color: $colorStress;
 }
 .m-text-success {
-    color: #22c322;
+    color: $colorSuccess;
 }
 .m-text-info {
-    color: #05b7c7;
+    color: $colorInfo;
 }
 .m-text-warning {
-    color: #db9d00;
+    color: $colorWarning;
 }
 .m-text-danger {
-    color: #FF5722;
+    color: $colorDanger;
 }
 .m-text-ignore {
-    color: rgba(0, 0, 0, 0.45);
+    color: $colorIgnore;
 }
 
-[class^="m-border"] {
+[class*="m-border"] {
     border-width: 0;
     border-style: solid;
     &[class*="border-stress"] {

--
Gitblit v1.9.1