perf: 修改主题 btn 颜色

This commit is contained in:
ibuler
2022-07-13 11:11:50 +08:00
committed by huailei
parent 3fba41b27b
commit 6fb34451d9
4 changed files with 9 additions and 5 deletions

View File

@@ -7,6 +7,11 @@
border-color: info;
}
.el-button--success {
background-color: success;
border-color: success;
}
.el-alert--info.is-light {
background-color: light-9;
color: light-2;