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 {
|
.custom-normal-button {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: #a6a6a6;
|
border-color: #a6a6a6 !important;
|
||||||
color: #ffffff;
|
color: #ffffff !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #ffffff1a !important;
|
background-color: #ffffff1a !important;
|
||||||
@ -898,6 +898,9 @@ const initOpenHandler = newWindow => {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #ffffff33 !important;
|
background-color: #ffffff33 !important;
|
||||||
}
|
}
|
||||||
|
&.is-disabled {
|
||||||
|
color: var(--ed-button-disabled-text-color) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.adapt-count {
|
.adapt-count {
|
||||||
|
Loading…
Reference in New Issue
Block a user