Update app.py
Browse files
app.py
CHANGED
|
@@ -165,7 +165,7 @@ th, td {
|
|
| 165 |
/* 4. 🔥【個別欄位寬度設定】(依照您的欄位順序 1~10) */
|
| 166 |
|
| 167 |
/* #1 id: 短數字 */
|
| 168 |
-
th:nth-child(1), td:nth-child(1) { min-width:
|
| 169 |
|
| 170 |
/* #2 date: 日期 (2026-01-23) */
|
| 171 |
th:nth-child(2), td:nth-child(2) { min-width: 170px !important; width: 170px !important; }
|
|
@@ -192,7 +192,7 @@ th:nth-child(8), td:nth-child(8) { min-width: 180px !important; width: 180px !im
|
|
| 192 |
th:nth-child(9), td:nth-child(9) { min-width: 120px !important; width: 120px !important; }
|
| 193 |
|
| 194 |
/* #10 user_id: 亂碼 (非常長,給寬一點,反正會換行) */
|
| 195 |
-
th:nth-child(10), td:nth-child(10) { min-width:
|
| 196 |
|
| 197 |
"""
|
| 198 |
|
|
|
|
| 165 |
/* 4. 🔥【個別欄位寬度設定】(依照您的欄位順序 1~10) */
|
| 166 |
|
| 167 |
/* #1 id: 短數字 */
|
| 168 |
+
th:nth-child(1), td:nth-child(1) { min-width: 60px !important; width: 60px !important; }
|
| 169 |
|
| 170 |
/* #2 date: 日期 (2026-01-23) */
|
| 171 |
th:nth-child(2), td:nth-child(2) { min-width: 170px !important; width: 170px !important; }
|
|
|
|
| 192 |
th:nth-child(9), td:nth-child(9) { min-width: 120px !important; width: 120px !important; }
|
| 193 |
|
| 194 |
/* #10 user_id: 亂碼 (非常長,給寬一點,反正會換行) */
|
| 195 |
+
th:nth-child(10), td:nth-child(10) { min-width: 280px !important; width: 320px !important; }
|
| 196 |
|
| 197 |
"""
|
| 198 |
|