fix:分组 tab 移动端选中样式问题

This commit is contained in:
hzm
2026-02-08 22:47:06 +08:00
parent 81783a8c36
commit c27ea46738

View File

@@ -717,6 +717,12 @@ input[type="number"] {
color: var(--muted); color: var(--muted);
background: transparent; background: transparent;
} }
.tab.active,
.tab.active:hover {
background: rgba(34, 211, 238, 0.15);
color: var(--primary);
box-shadow: none;
}
} }
.modal-overlay { .modal-overlay {