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

This commit is contained in:
2026-06-02 10:58:04 +08:00
parent b286c885b3
commit 0e874f5ddf
2 changed files with 43 additions and 14 deletions

View File

@@ -185,10 +185,31 @@
flex-wrap: wrap;
}
.toolbar-label {
.toolbar-field {
display: inline-flex;
align-items: center;
gap: 6px;
background: #f9fafb;
border: 1px solid #e5e7eb;
border-radius: 6px;
padding: 4px 10px;
}
.toolbar-field .toolbar-label {
font-size: 13px;
color: #666;
color: #6b7280;
white-space: nowrap;
font-weight: 500;
}
.toolbar-field input,
.toolbar-field select {
border: none;
background: transparent;
outline: none;
font-size: 13px;
padding: 2px 0;
min-width: 0;
}
.attendance-toolbar .status-group {