fix(仪表板): 修复批量操作-复制删除样式不对问题
Some checks failed
Typos Check / Spell Check with Typos (push) Has been cancelled

This commit is contained in:
ulleo 2025-01-15 19:30:57 +08:00
parent 4d6dfe6cba
commit 586b47a731

View File

@ -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;
}
}