From 5be9679fb4288936b576cf3d1f1548af1c4151b8 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期一, 21 七月 2025 15:31:21 +0800
Subject: [PATCH] 2025.7.21 任务管理-监管地图功能(待完成)

---
 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