fix(过滤组件): 组件编辑-【更多】按钮默认色值不对

This commit is contained in:
dataeaseShu 2024-04-01 10:33:58 +08:00
parent 86e3f1ee9a
commit 984f616f00

View File

@ -520,7 +520,6 @@ export default {
margin-right: -4px; margin-right: -4px;
margin-left: 6px; margin-left: 6px;
border-radius: 4px; border-radius: 4px;
color: #3370FF;
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
@ -528,6 +527,7 @@ export default {
justify-content: center; justify-content: center;
&:hover { &:hover {
background: #3370FF1A; background: #3370FF1A;
color: #3370FF;
} }
&.icon-icon-more::before { &.icon-icon-more::before {