管理端_考勤管理页样式优化

This commit is contained in:
2026-06-02 11:05:56 +08:00
parent 0e874f5ddf
commit f565cd2d4a

View File

@@ -189,17 +189,16 @@
display: inline-flex;
align-items: center;
gap: 6px;
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 4px 10px;
background: var(--color-hover);
border: 1px solid var(--color-border);
border-radius: 4px;
padding: 6px 10px;
}
.toolbar-field .toolbar-label {
font-size: 13px;
color: #6b7280;
font-size: 12px;
color: var(--color-text-secondary);
white-space: nowrap;
font-weight: 500;
}
.toolbar-field input,
@@ -208,7 +207,7 @@
background: transparent;
outline: none;
font-size: 13px;
padding: 2px 0;
padding: 0;
min-width: 0;
}