feat(platform): export history query results

This commit is contained in:
lingniu
2026-07-04 10:59:47 +08:00
parent 312382c95d
commit cd9d160f3e
6 changed files with 261 additions and 0 deletions

View File

@@ -565,6 +565,15 @@ body {
padding-top: 12px;
}
.vp-table-toolbar {
min-height: 42px;
display: flex;
align-items: center;
justify-content: flex-end;
gap: 12px;
padding-bottom: 12px;
}
.vp-vehicle-summary {
min-height: 72px;
display: flex;