feat: unify mobile track workspace

This commit is contained in:
lingniu
2026-07-19 07:58:51 +08:00
parent 6795a8ea6d
commit af71468e63
4 changed files with 89 additions and 21 deletions

View File

@@ -1416,6 +1416,10 @@
background: #fff;
}
.v2-track-query-panel.is-command-hidden.is-collapsed {
display: none;
}
.v2-track-query-panel .v2-track-query-header {
min-height: 58px;
border-bottom: 0;
@@ -1966,8 +1970,8 @@
}
.v2-track-detail-sidesheet .v2-track-date-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 7px;
grid-template-columns: minmax(0, 1fr);
gap: 10px;
}
.v2-track-stage-tools {
@@ -20761,7 +20765,7 @@
scrollbar-gutter: stable;
}
:is(.v2-workspace-config-sidesheet, .v2-workspace-filter-sidesheet, .v2-workspace-task-sidesheet) .semi-sidesheet-footer {
:is(.v2-workspace-config-sidesheet, .v2-workspace-filter-sidesheet, .v2-workspace-task-sidesheet, .v2-workspace-editor-sidesheet) .semi-sidesheet-footer {
min-height: 64px;
border-top: 1px solid #e1e8f1;
background: rgba(255, 255, 255, .97);
@@ -21371,6 +21375,23 @@
padding: 7px 9px calc(7px + env(safe-area-inset-bottom));
}
.v2-workspace-editor-sidesheet.semi-sidesheet-bottom .semi-sidesheet-footer {
min-height: 58px;
padding: 7px 9px calc(7px + env(safe-area-inset-bottom));
}
.v2-track-detail-sidesheet .v2-workspace-config-summary {
min-height: 68px;
}
.v2-track-detail-sidesheet .v2-workspace-config-summary strong {
font-size: 11px;
}
.v2-track-detail-sidesheet .v2-workspace-config-summary em {
font-size: 8px;
}
.v2-workspace-task-sidesheet .v2-workspace-config-content {
padding: 8px;
}