mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-25 22:36:23 +00:00
fix: 修复element-button类型为danger&plain的颜色问题
This commit is contained in:
committed by
Jiangjie.Bai
parent
86ead72858
commit
ea047e01d1
@@ -389,6 +389,13 @@ td .el-button.el-button--mini {
|
|||||||
border-color: danger;
|
border-color: danger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-button--danger.is-plain.is-disabled,
|
||||||
|
.el-button--danger.is-plain.is-disabled:active,
|
||||||
|
.el-button--danger.is-plain.is-disabled:focus,
|
||||||
|
.el-button--danger.is-plain.is-disabled:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
.el-alert .el-alert__description {
|
.el-alert .el-alert__description {
|
||||||
margin: 1px 0 0;
|
margin: 1px 0 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user