V10.590 修正 PChome 副標去重與比價覆核入口
All checks were successful
CD Pipeline / deploy (push) Successful in 1m7s

This commit is contained in:
OoO
2026-06-04 22:00:32 +08:00
parent 58302c9fa7
commit bb8c29e56d
9 changed files with 109 additions and 9 deletions

View File

@@ -366,7 +366,7 @@
.dashboard-decision-lanes {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 8px;
min-width: 0;
}
@@ -1364,7 +1364,7 @@
}
.dashboard-decision-lanes {
grid-template-columns: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.dashboard-ai-summary-grid {