收斂通知模板桌面表格寬度
All checks were successful
CD Pipeline / deploy (push) Successful in 56s

This commit is contained in:
OoO
2026-05-14 00:47:05 +08:00
parent 2c869edcb1
commit 6aae2908e0
2 changed files with 15 additions and 1 deletions

View File

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

View File

@@ -127,6 +127,20 @@
font-size: 0.875rem;
}
.notification-template-table {
table-layout: fixed;
width: 100%;
}
.notification-template-table th,
.notification-template-table td {
overflow-wrap: anywhere;
}
.notification-template-table .template-preview {
min-width: 0;
}
@media (max-width: 760px) {
.notification-template-table {
min-width: 0;