mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
refactor(仪表板): 调整批量操作的复制和删除按钮的样式
This commit is contained in:
parent
2bdedf7fe7
commit
b5d3b11fac
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user