fix:修复导出按钮划过变白

This commit is contained in:
18317449825
2022-11-20 17:37:36 +08:00
parent 8f9dd0c282
commit 654a0d75a5

View File

@@ -87,7 +87,7 @@
color: $--color-primary;
}
.nz-btn.nz-btn-style-normal:hover:not(.nz-btn-disabled) { /* 橙色按钮hover */
background: $--button-primary-hover-background-color;
background: $--button-primary-hover-background-color !important;
color: $--button-primary-color;
border: 1px solid $--button-primary-hover-background-color;
}