mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 04:08:10 +08:00
fix(仪表板): 修复批量操作-复制删除样式不对问题
This commit is contained in:
@@ -892,7 +892,11 @@ const initOpenHandler = newWindow => {
|
||||
color: #ffffff;
|
||||
&:hover {
|
||||
color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
background-color: #ffffff1a !important;
|
||||
}
|
||||
&:active {
|
||||
color: #ffffff;
|
||||
background-color: #ffffff33 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user