新增 PChome 覆核匯出與診斷原因
All checks were successful
CD Pipeline / deploy (push) Successful in 1m3s

This commit is contained in:
OoO
2026-05-20 09:48:25 +08:00
parent ac93d185f4
commit 0242aebb66
8 changed files with 237 additions and 4 deletions

View File

@@ -809,6 +809,31 @@
gap: 6px;
}
.dashboard-review-reasons {
display: flex;
flex-wrap: wrap;
gap: 4px;
min-width: 0;
}
.dashboard-review-reasons span {
display: inline-flex;
align-items: center;
max-width: 130px;
min-height: 20px;
padding: 2px 7px;
overflow: hidden;
color: var(--momo-accent-strong);
background: rgba(188, 117, 48, 0.08);
border: 1px solid rgba(188, 117, 48, 0.22);
border-radius: var(--momo-radius-pill);
font-size: 10px;
font-weight: 800;
line-height: 1.2;
text-overflow: ellipsis;
white-space: nowrap;
}
.dashboard-review-note {
color: var(--momo-warning-text);
font-size: 10px;