fix:asset info dashboard编辑页面保存按钮划过消失

This commit is contained in:
zyh
2022-11-14 11:09:41 +08:00
parent 3dc54167f4
commit b78e99020e

View File

@@ -146,7 +146,7 @@
outline: none;
border: 1px solid #ccc;
}
button:hover {
button:hover:not(.footer__btn) {
background: $--background-color-empty;
}
.nz-btn-style-normal {