feat: add monthly history controls for organization view

This commit is contained in:
hyunho
2026-03-30 10:08:00 +09:00
parent 2053791589
commit bbebe24763
4 changed files with 178 additions and 11 deletions

View File

@@ -306,6 +306,17 @@ body {
outline: none;
}
.header-date-field select {
border: 0;
background: transparent;
color: var(--color-text);
font-size: 12px;
font-weight: 700;
outline: none;
appearance: none;
padding-right: 8px;
}
.header-date-sep {
color: #94a3b8;
font-size: 12px;