串接商品看板比價覆核隊列
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s

This commit is contained in:
OoO
2026-05-20 01:14:12 +08:00
parent baf5eb2881
commit 2bf2245cea
6 changed files with 243 additions and 26 deletions

View File

@@ -285,6 +285,32 @@
border: 1px solid var(--momo-border-light);
}
.dashboard-focus-chip.is-review {
color: var(--momo-warning-text);
background: var(--momo-warning-bg);
border: 1px solid rgba(161, 111, 35, 0.24);
}
.dashboard-focus-action {
display: inline-flex;
width: fit-content;
align-items: center;
margin-top: 12px;
padding: 6px 10px;
color: var(--momo-text-inverse);
background: var(--momo-ink);
border: 1px solid var(--momo-ink);
border-radius: 4px;
font-size: 12px;
font-weight: 800;
text-decoration: none;
}
.dashboard-focus-action:hover {
color: var(--momo-text-inverse);
background: var(--momo-ink-soft);
}
.dashboard-filter-card {
padding: 12px 16px;
}
@@ -464,6 +490,10 @@
min-width: 1460px;
}
.dashboard-table.is-review {
min-width: 1460px;
}
.dashboard-table th {
padding: 11px 14px;
color: var(--momo-text-tertiary);
@@ -738,6 +768,19 @@
-webkit-line-clamp: 3;
}
.dashboard-review-card {
display: grid;
min-width: 190px;
gap: 6px;
}
.dashboard-review-note {
color: var(--momo-warning-text);
font-size: 10px;
font-weight: 800;
line-height: 1.45;
}
.dashboard-history-button {
display: inline-flex;
align-items: center;