From 393eceedc6ed2382fe60901294f978b73f709fa4 Mon Sep 17 00:00:00 2001 From: whychdw <496960745@qq.com> Date: 星期三, 27 十一月 2024 17:32:06 +0800 Subject: [PATCH] 内容提交 --- src/styles/element/index.scss | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss index aa49f97..9aba7b9 100644 --- a/src/styles/element/index.scss +++ b/src/styles/element/index.scss @@ -21,7 +21,7 @@ // 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) // + $button-padding-horizontal: ("default": 50px) // ); // if you want to import all @@ -31,4 +31,5 @@ // @debug $--colors; // custom dark variables -@use "./dark.scss"; \ No newline at end of file +@use "./dark.scss"; +@use './blue.scss'; -- Gitblit v1.9.1