NEZ-2334 fix: 修复二级页面 按钮样式不正确
This commit is contained in:
@@ -146,10 +146,17 @@
|
||||
outline: none;
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background: $--background-color-empty;
|
||||
}
|
||||
.nz-btn-style-normal {
|
||||
background: $--button-primary-background-color;
|
||||
color: $--button-primary-color;
|
||||
border: 1px solid $--button-primary-background-color;
|
||||
}
|
||||
.el-dialog__headerbtn{
|
||||
border: none;
|
||||
}
|
||||
.footer__btn {
|
||||
background-color: $--color-primary;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user