feat: refine client status and review views
This commit is contained in:
@@ -288,7 +288,7 @@
|
||||
align-items: end;
|
||||
display: grid;
|
||||
gap: var(--space-5);
|
||||
grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(240px, 1.2fr) auto;
|
||||
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||
}
|
||||
|
||||
.admin-task-filter__actions {
|
||||
|
||||
+32
-6
@@ -580,6 +580,22 @@
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.client-amount-value,
|
||||
.client-amount-value .money-text {
|
||||
color: #111827 !important;
|
||||
font-family: inherit !important;
|
||||
font-size: 30px;
|
||||
font-style: normal;
|
||||
font-variant-numeric: tabular-nums;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.client-amount-value--compact,
|
||||
.client-amount-value--compact .money-text {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.send-submit-hint {
|
||||
color: var(--color-text-muted);
|
||||
font-size: var(--font-size-sm);
|
||||
@@ -6614,6 +6630,16 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.login-return-link {
|
||||
color: var(--color-text-strong);
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
justify-self: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.login-return-link:hover { color: var(--color-selected); text-decoration: underline; }
|
||||
|
||||
.signature-retirement-heatmap {
|
||||
padding: var(--space-5);
|
||||
}
|
||||
@@ -8724,7 +8750,7 @@
|
||||
align-items: center;
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
grid-template-columns: 24px minmax(120px, 1.1fr) minmax(110px, 1fr) minmax(120px, 1fr) 104px 76px 142px minmax(144px, auto);
|
||||
grid-template-columns: 24px minmax(120px, 1.1fr) minmax(110px, 1fr) 92px 92px 92px 142px minmax(144px, auto);
|
||||
min-width: 1050px;
|
||||
}
|
||||
|
||||
@@ -8834,8 +8860,8 @@
|
||||
align-items: center;
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
grid-template-columns: minmax(130px, 1fr) minmax(240px, 1.8fr) 104px 142px minmax(144px, auto);
|
||||
min-width: 820px;
|
||||
grid-template-columns: minmax(120px, 1fr) minmax(200px, 1.7fr) 92px 92px 92px 142px minmax(144px, auto);
|
||||
min-width: 980px;
|
||||
}
|
||||
|
||||
.client-drainage-table__head {
|
||||
@@ -9374,9 +9400,9 @@
|
||||
}
|
||||
|
||||
.client-signature-list-row > :nth-child(3)::before { color: var(--text-muted); content: "所属应用"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(4)::before { color: var(--text-muted); content: "使用场景"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(5)::before { color: var(--text-muted); content: "审核状态"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(6)::before { color: var(--text-muted); content: "已交资料"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(4)::before { color: var(--text-muted); content: "移动"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(5)::before { color: var(--text-muted); content: "联通"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(6)::before { color: var(--text-muted); content: "电信"; font-size: 12px; }
|
||||
.client-signature-list-row > :nth-child(7)::before { color: var(--text-muted); content: "更新时间"; font-size: 12px; }
|
||||
|
||||
.client-signature-list-row > .table-actions {
|
||||
|
||||
Reference in New Issue
Block a user