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.
20 lines
535 B
20 lines
535 B
// @import "element-plus/theme-chalk/src/index.scss"; |
|
|
|
// // 定义错误按钮颜色 |
|
$--color-primary: #FF0000; // 设置按钮的背景色 |
|
$--color-warning:#ff0000; |
|
$--color-danger:#afd808 |
|
// // 定义警告按钮颜色 |
|
// $warning-button-color: orange; |
|
|
|
// // 修改按钮的颜色 |
|
// $--color-primary: red; |
|
|
|
// // 保持提示的颜色不变 |
|
// $--popover-color: $--color-primary; |
|
|
|
// // 修改错误按钮颜色 |
|
// $--color-danger: $error-button-color; |
|
|
|
// // 修改警告按钮颜色 |
|
// $--color-warning: $warning-button-color; |