From ccbb669bce01305dcb0c5b890aa592352fbb18d0 Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期三, 20 十一月 2024 17:02:55 +0800 Subject: [PATCH] 1. 问题新增与修改页面表单中建议修正v-show去掉 2. 问题新增与修改页面初始化逻辑修改 --- 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