From 642d31285d7aff59415a5eb37f87a79f41d308a8 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 25 三月 2025 17:29:49 +0800
Subject: [PATCH] 新增自动评估扬尘监测数据统计结果上传功能(待完成)

---
 src/styles/element/index.scss |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss
index e0db086..e4b2eba 100644
--- a/src/styles/element/index.scss
+++ b/src/styles/element/index.scss
@@ -27,9 +27,9 @@
 // You should use them in scss, because we calculate it by sass.
 // comment next lines to use default color
 // @forward "element-plus/theme-chalk/src/common/var.scss" with (
-  // do not use same name, it will override.
-  // $colors: $--colors,
-  // $button-padding-horizontal: ("default": 50px)
+// do not use same name, it will override.
+// $colors: $--colors,
+// $button-padding-horizontal: ("default": 50px)
 // );
 
 // if you want to import all
@@ -39,4 +39,6 @@
 // @debug $--colors;
 
 // custom dark variables
-@use "./dark.scss";
+@use './dark.scss';
+@use './animation.scss';
+@use './base.scss';
\ No newline at end of file

--
Gitblit v1.9.3