mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
fix(仪表板): 修复批量操作-复制删除样式不对问题
Some checks failed
Typos Check / Spell Check with Typos (push) Has been cancelled
Some checks failed
Typos Check / Spell Check with Typos (push) Has been cancelled
This commit is contained in:
parent
4d6dfe6cba
commit
586b47a731
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user