feat: unify export task workspace

This commit is contained in:
lingniu
2026-07-19 07:49:13 +08:00
parent 3e80da1b73
commit 6795a8ea6d
5 changed files with 133 additions and 127 deletions

View File

@@ -20632,6 +20632,7 @@
.v2-workspace-config-title > span {
display: grid;
min-width: 0;
flex: 1 1 auto;
gap: 4px;
}
@@ -20760,7 +20761,7 @@
scrollbar-gutter: stable;
}
:is(.v2-workspace-config-sidesheet, .v2-workspace-filter-sidesheet) .semi-sidesheet-footer {
:is(.v2-workspace-config-sidesheet, .v2-workspace-filter-sidesheet, .v2-workspace-task-sidesheet) .semi-sidesheet-footer {
min-height: 64px;
border-top: 1px solid #e1e8f1;
background: rgba(255, 255, 255, .97);
@@ -21198,104 +21199,70 @@
}
}
.v2-history-export-sidesheet .v2-workspace-config-content {
background: #f4f7fb;
padding: 0;
}
.v2-history-export-sidesheet .v2-export-jobs.semi-card {
min-height: 100%;
border-color: #dce5ef;
border-radius: 12px;
box-shadow: 0 9px 28px rgba(31, 53, 80, .065);
}
.v2-export-job-overview {
display: grid;
min-height: 88px;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 1px;
border-bottom: 1px solid #e1e8f1;
background: #e1e8f1;
}
.v2-export-job-overview > span {
position: relative;
display: grid;
min-width: 0;
align-content: center;
gap: 3px;
background: #fff;
padding: 12px 13px;
}
.v2-export-job-overview > span::before {
position: absolute;
inset: 0 auto 0 0;
width: 2px;
border: 0;
border-radius: 0;
background: transparent;
content: '';
}
.v2-export-job-overview > span.is-active::before { background: #1268f3; }
.v2-export-job-overview > span.is-completed::before { background: #18a76f; }
.v2-export-job-overview > span.is-failed::before { background: #e95a52; }
.v2-export-job-overview small {
color: #7f8ea1;
font-size: 10px;
font-weight: 650;
}
.v2-export-job-overview strong {
color: #243950;
font-size: 21px;
font-weight: 760;
font-variant-numeric: tabular-nums;
line-height: 1.15;
}
.v2-export-job-overview > span.is-active strong { color: #1268f3; }
.v2-export-job-overview > span.is-completed strong { color: #14865c; }
.v2-export-job-overview > span.is-failed strong { color: #c8423b; }
.v2-export-job-overview em {
overflow: hidden;
color: #98a3b2;
font-size: 8px;
font-style: normal;
text-overflow: ellipsis;
white-space: nowrap;
box-shadow: none;
}
.v2-history-export-sidesheet .v2-export-job-list {
max-height: none;
padding: 11px;
padding: 12px;
}
.v2-history-export-sidesheet .v2-export-job-list > .semi-card-group {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 9px;
}
.v2-history-export-sidesheet .v2-export-job-card.semi-card {
position: relative;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(30, 50, 74, .045);
}
.v2-history-export-sidesheet .v2-export-job-card.semi-card::before {
position: absolute;
inset: 0 auto 0 0;
z-index: 1;
width: 3px;
background: #a8b4c3;
content: '';
}
.v2-history-export-sidesheet .v2-export-job-card.is-running::before { background: #1268f3; }
.v2-history-export-sidesheet .v2-export-job-card.is-completed::before { background: #18a76f; }
.v2-history-export-sidesheet .v2-export-job-card.is-failed::before { background: #e95a52; }
.v2-history-export-sidesheet .v2-export-job-card > .semi-card-header {
min-height: 44px;
padding-inline: 12px;
min-height: 47px;
padding-inline: 14px 12px;
}
.v2-history-export-sidesheet .v2-export-job-name {
max-width: 310px;
color: #32475f;
font-size: 12px;
font-size: 13px;
font-weight: 700;
}
.v2-history-export-sidesheet .v2-export-job-card > .semi-card-header .semi-tag {
min-height: 23px;
font-size: 9px;
font-size: 10px;
}
.v2-history-export-sidesheet .v2-export-job-card > .semi-card-body {
gap: 8px;
padding: 11px 12px;
padding: 12px 13px 12px 14px;
}
.v2-history-export-sidesheet .v2-export-job-summary {
@@ -21312,11 +21279,13 @@
.v2-history-export-sidesheet .v2-export-job-summary strong {
color: #354b63;
font-size: 12px;
font-size: 13px;
}
.v2-history-export-sidesheet .v2-export-job-summary small {
font-size: 9px;
color: #7b899a;
font-size: 10px;
line-height: 1.55;
}
.v2-history-export-sidesheet .v2-export-job-card .v2-export-download.semi-button {
@@ -21390,46 +21359,37 @@
padding: 10px 12px 10px 14px;
}
.v2-workspace-task-sidesheet .v2-workspace-config-title-icon {
width: 34px;
height: 34px;
border-radius: 10px;
font-size: 16px;
}
.v2-workspace-task-sidesheet.semi-sidesheet-bottom .semi-sidesheet-footer {
min-height: 58px;
padding: 7px 9px calc(7px + env(safe-area-inset-bottom));
}
.v2-workspace-task-sidesheet .v2-workspace-config-content {
padding: 8px;
}
.v2-export-job-overview {
min-height: 72px;
}
.v2-export-job-overview > span {
gap: 2px;
padding: 9px 10px;
}
.v2-export-job-overview small {
font-size: 8px;
}
.v2-export-job-overview strong {
font-size: 17px;
}
.v2-export-job-overview em {
font-size: 7px;
}
.v2-history-export-sidesheet .v2-export-job-list {
padding: 8px;
}
.v2-history-export-sidesheet .v2-export-job-name {
max-width: 220px;
font-size: 11px;
font-size: 12px;
}
.v2-history-export-sidesheet .v2-export-job-summary strong {
font-size: 11px;
font-size: 12px;
}
.v2-history-export-sidesheet .v2-export-job-summary small {
font-size: 8px;
font-size: 9px;
}
.v2-rule-form-sections {