DeepLearning101 commited on
Commit
c1d6ba1
·
verified ·
1 Parent(s): 3f62c66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ table {
155
  }
156
 
157
  /* 3. 欄位設定:
158
- width: 1px -> 【核心技巧】這會強迫瀏覽器把欄位縮到最小
159
  white-space: nowrap -> 但因為禁止換行,所以最小寬度 = 文字寬度
160
  結果:完美的「內容自適應寬度」
161
  */
 
155
  }
156
 
157
  /* 3. 欄位設定:
158
+ width: 20px -> 【核心技巧】這會強迫瀏覽器把欄位縮到最小
159
  white-space: nowrap -> 但因為禁止換行,所以最小寬度 = 文字寬度
160
  結果:完美的「內容自適應寬度」
161
  */