refactor(仪表板): 调整批量操作的复制和删除按钮的样式

This commit is contained in:
ulleo 2025-01-20 12:25:16 +08:00 committed by 王嘉豪
parent 2bdedf7fe7
commit b5d3b11fac

View File

@ -888,8 +888,8 @@ const initOpenHandler = newWindow => {
}
.custom-normal-button {
background-color: transparent;
border-color: #a6a6a6;
color: #ffffff;
border-color: #a6a6a6 !important;
color: #ffffff !important;
&:hover {
color: #ffffff;
background-color: #ffffff1a !important;
@ -898,6 +898,9 @@ const initOpenHandler = newWindow => {
color: #ffffff;
background-color: #ffffff33 !important;
}
&.is-disabled {
color: var(--ed-button-disabled-text-color) !important;
}
}
.adapt-count {