You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
|
|
|
|
$colors: (
|
|
|
|
'primary': (
|
|
|
|
// 主色
|
|
|
|
'base': #172e60,
|
|
|
|
),
|
|
|
|
'sucsess': (
|
|
|
|
// 成功色
|
|
|
|
'base': #172e60,
|
|
|
|
),
|
|
|
|
'warning': (
|
|
|
|
// 警告色
|
|
|
|
'base': #172e60,
|
|
|
|
),
|
|
|
|
'danger': (
|
|
|
|
// 危险色
|
|
|
|
'base': #172e60,
|
|
|
|
),
|
|
|
|
'error': (
|
|
|
|
// 错误色
|
|
|
|
'base': #172e60,
|
|
|
|
),
|
|
|
|
),
|
|
|
|
);
|
|
|
|
// $--color-primary: #FF0000; // 设置按钮的背景色
|
|
|
|
// $--color-warning:#ff0000;
|
|
|
|
// $--color-danger:#afd808;
|
|
|
|
|
|
|
|
@use "element-plus/theme-chalk/src/index.scss" as *;
|