DeepLearning101 commited on
Commit
1110d79
·
verified ·
1 Parent(s): df1414e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -165,13 +165,13 @@ th, td {
165
  /* 4. 🔥【個別欄位寬度設定】(依照您的欄位順序 1~10) */
166
 
167
  /* #1 id: 短數字 */
168
- th:nth-child(1), td:nth-child(1) { min-width: 40px !important; width: 40px !important; }
169
 
170
  /* #2 date: 日期 (2026-01-23) */
171
- th:nth-child(2), td:nth-child(2) { min-width: 200px !important; width: 200px !important; }
172
 
173
  /* #3 time: 時間 (19:30) */
174
- th:nth-child(3), td:nth-child(3) { min-width: 100px !important; width: 100px !important; }
175
 
176
  /* #4 name: 姓名 */
177
  th:nth-child(4), td:nth-child(4) { min-width: 120px !important; width: 120px !important; }
@@ -183,7 +183,7 @@ th:nth-child(5), td:nth-child(5) { min-width: 120px !important; width: 120px !im
183
  th:nth-child(6), td:nth-child(6) { min-width: 250px !important; width: 250px !important; }
184
 
185
  /* #7 pax: 人數 (短) */
186
- th:nth-child(7), td:nth-child(7) { min-width: 40px !important; width: 40px !important; }
187
 
188
  /* #8 remarks: 備註 (文字多,給寬一點) */
189
  th:nth-child(8), td:nth-child(8) { min-width: 180px !important; width: 180px !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: 180px !important; width: 300px !important; }
196
 
197
  """
198
 
 
165
  /* 4. 🔥【個別欄位寬度設定】(依照您的欄位順序 1~10) */
166
 
167
  /* #1 id: 短數字 */
168
+ th:nth-child(1), td:nth-child(1) { min-width: 50px !important; width: 50px !important; }
169
 
170
  /* #2 date: 日期 (2026-01-23) */
171
+ th:nth-child(2), td:nth-child(2) { min-width: 170px !important; width: 170px !important; }
172
 
173
  /* #3 time: 時間 (19:30) */
174
+ th:nth-child(3), td:nth-child(3) { min-width: 80px !important; width: 80px !important; }
175
 
176
  /* #4 name: 姓名 */
177
  th:nth-child(4), td:nth-child(4) { min-width: 120px !important; width: 120px !important; }
 
183
  th:nth-child(6), td:nth-child(6) { min-width: 250px !important; width: 250px !important; }
184
 
185
  /* #7 pax: 人數 (短) */
186
+ th:nth-child(7), td:nth-child(7) { min-width: 50px !important; width: 50px !important; }
187
 
188
  /* #8 remarks: 備註 (文字多,給寬一點) */
189
  th:nth-child(8), td:nth-child(8) { min-width: 180px !important; width: 180px !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: 180px !important; width: 330px !important; }
196
 
197
  """
198