refine Semi UI history workspace

This commit is contained in:
lingniu
2026-07-18 10:39:00 +08:00
parent 3cd19b276d
commit bba6a621aa
4 changed files with 151 additions and 24 deletions

View File

@@ -11438,6 +11438,61 @@
font-variant-numeric: tabular-nums;
}
.v2-history-discovery-shell {
display: grid;
min-width: 0;
flex: 0 0 auto;
gap: 0;
overflow: visible;
border: 1px solid #dce4ee;
border-radius: 14px;
background: #fff;
box-shadow: 0 9px 28px rgba(31, 53, 80, .055);
}
.v2-history-discovery-shell > .v2-history-command-bar {
width: 100%;
min-height: 50px;
border: 0;
border-bottom: 1px solid #e6ecf3;
border-radius: 14px 14px 0 0;
box-shadow: none;
}
.v2-history-discovery-shell > .v2-history-filter-card.v2-workspace-filter-panel.semi-card {
width: 100%;
overflow: visible;
border: 0;
border-radius: 0 0 14px 14px;
box-shadow: none;
}
.v2-history-discovery-shell > .v2-history-filter-card > .semi-card-body > .v2-workspace-filter-heading {
display: none;
}
.v2-history-discovery-shell .v2-history-toolbar {
border-radius: 0 0 14px 14px;
background: #fbfcfe;
}
.v2-history-time {
color: inherit;
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.v2-history-data-table .v2-history-time {
color: #40536a;
font-size: 11px;
font-weight: 560;
}
.v2-history-evidence-descriptions .v2-history-time {
color: #33485f;
font-weight: 650;
}
@media (max-width: 900px) and (min-width: 681px) {
.v2-history-summary-rail > .semi-card-body {
grid-template-columns: minmax(230px, .7fr) minmax(0, 1.6fr);
@@ -11449,6 +11504,35 @@
}
@media (max-width: 680px) {
.v2-history-discovery-shell {
display: contents;
}
.v2-history-discovery-shell > .v2-history-command-bar {
display: none;
}
.v2-history-discovery-shell > .v2-history-filter-card.v2-workspace-filter-panel.semi-card {
border: 1px solid #dce6f2;
border-radius: 10px;
box-shadow: var(--v2-shadow);
}
.v2-history-discovery-shell > .v2-history-filter-card > .semi-card-body > .v2-workspace-filter-heading {
display: flex;
}
.v2-history-discovery-shell .v2-history-toolbar {
border-radius: 0 0 10px 10px;
background: #fff;
}
.v2-history-mobile-card-content .v2-history-time {
color: #617288;
font-size: 10px;
font-weight: 650;
}
.v2-history-summary-rail.semi-card {
min-height: 132px;
overflow: visible;