From b26c02f9f1be4bf7e5c6fbb64ba3a2a13428c78f Mon Sep 17 00:00:00 2001
From: chensiAb <chenchenco03@163.com>
Date: Wed, 17 Apr 2024 15:37:16 +0800
Subject: [PATCH] fix:'删除小程序echarts文件,使用封装过得组件'

---
 common/sassMixin.scss |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/common/sassMixin.scss b/common/sassMixin.scss
index 669b3f8..91b8d70 100644
--- a/common/sassMixin.scss
+++ b/common/sassMixin.scss
@@ -3,6 +3,17 @@
  * @author Tevin
  */
 
+
+/**
+ * 全局颜色
+ */
+$colorStress: #2093df;
+$colorSuccess: #22c322;
+$colorInfo: #05b7c7;
+$colorWarning: #db9d00;
+$colorDanger: #FF5722;
+$colorIgnore: rgba(0, 0, 0, 0.45);
+
 /**
  * clearfix - 清除浮动
  * 示例

--
Gitblit v1.9.1