補齊 PChome 比價人工覆核閉環
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s

This commit is contained in:
OoO
2026-05-20 10:00:58 +08:00
parent 50af4be9a8
commit 756b01af66
12 changed files with 592 additions and 5 deletions

View File

@@ -841,6 +841,50 @@
line-height: 1.45;
}
.dashboard-review-actions {
display: flex;
flex-wrap: wrap;
gap: 6px;
min-width: 0;
}
.dashboard-review-action {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 26px;
padding: 4px 8px;
color: var(--momo-text-secondary);
background: var(--momo-bg-paper);
border: 1px solid var(--momo-border);
border-radius: 4px;
font-size: 10px;
font-weight: 800;
line-height: 1.2;
transition: var(--momo-transition-base);
}
.dashboard-review-action:hover {
color: var(--momo-text-primary);
background: var(--momo-bg-subtle);
}
.dashboard-review-action.is-accept {
color: var(--momo-text-inverse);
background: var(--momo-success);
border-color: var(--momo-success);
}
.dashboard-review-action.is-accept:hover {
color: var(--momo-text-inverse);
filter: brightness(0.94);
}
.dashboard-review-action:disabled {
cursor: wait;
opacity: 0.58;
}
.dashboard-history-button {
display: inline-flex;
align-items: center;