Replace dashboard date range picker

This commit is contained in:
2026-07-09 15:11:24 +08:00
parent 0b0ff6b9dc
commit 769bd2b7b4
2 changed files with 24 additions and 12 deletions

View File

@@ -256,12 +256,20 @@ textarea {
align-items: center;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
}
.page-head.inline .el-input {
width: 260px;
}
.dashboard-date-range {
display: flex;
flex-wrap: nowrap;
gap: 8px;
align-items: center;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));