補業績圖表 runtime QA
All checks were successful
CD Pipeline / deploy (push) Successful in 1m6s

This commit is contained in:
OoO
2026-05-19 10:40:22 +08:00
parent ac1bdb7812
commit ac5d1a2d81
6 changed files with 372 additions and 6 deletions

View File

@@ -58,9 +58,9 @@
@media (max-width: 720px) {
.analysis-report-tabs {
flex-wrap: nowrap;
overflow-x: auto;
scrollbar-width: thin;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
align-items: stretch;
}
.analysis-report-tabs-spacer {
@@ -68,6 +68,8 @@
}
.analysis-report-tab {
flex: 0 0 auto;
justify-content: center;
min-width: 0;
padding: 0 var(--momo-space-2, 8px);
}
}