收斂月總表桌面矩陣表格
All checks were successful
CD Pipeline / deploy (push) Successful in 57s

This commit is contained in:
OoO
2026-05-13 22:43:48 +08:00
parent 9119e57a43
commit d2709398bf
2 changed files with 19 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ YOUTUBE_API_KEY = os.getenv('YOUTUBE_API_KEY', '')
# ==========================================
# 系統版本與路徑
# ==========================================
SYSTEM_VERSION = "V10.135"
SYSTEM_VERSION = "V10.136"
LOG_FILE_PATH = os.path.join(BASE_DIR, 'logs/system.log')
public_url = PUBLIC_URL # 用於模板顯示

View File

@@ -204,13 +204,31 @@
border-color: var(--ms-card-border) !important;
font-family: var(--momo-font-mono);
font-size: var(--momo-text-meta, 12px);
table-layout: fixed;
width: 100%;
}
.ms-chart-card__table th,
.ms-chart-card__table td {
border-color: var(--ms-card-border) !important;
min-width: 0;
padding: 0.42rem 0.35rem !important;
line-height: 1.28;
overflow-wrap: anywhere;
white-space: normal !important;
word-break: break-word;
}
.ms-chart-card__scroll { max-height: 200px; overflow-y: auto; }
.ms-chart-card .table-responsive,
.ms-special .table-responsive {
overflow: visible;
}
.ms-chart-card__table td:first-child,
.ms-chart-card__table th:first-child {
width: 5.5rem;
}
/* ── 7. Special area card4 個分類專屬) ─────────────── */
.ms-special {
border-radius: var(--ms-card-radius);