refactor: ♻️ 自定义主题色,参考arco.design主题色值修改主色

This commit is contained in:
ray
2024-09-07 19:03:05 +08:00
parent bd18441359
commit 316e2a64c2
8 changed files with 55 additions and 63 deletions

View File

@@ -1,3 +1,23 @@
@forward "element-plus/theme-chalk/src/common/var.scss" with (
$colors: (
"primary": (
"base": #4080ff,
),
"success": (
"base": #23c343,
),
"warning": (
"base": #ff9a2e,
),
"danger": (
"base": #f76560,
),
"info": (
"base": #a9aeb8,
),
)
);
/** 全局SCSS变量 */
:root {