NEZ-2334 fix: 修复二级页面 按钮样式不正确

This commit is contained in:
zhangyu
2022-10-31 11:04:00 +08:00
parent d7ae582681
commit cc5de453f9

View File

@@ -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;