Nicous commited on
Commit
4cc0d97
·
verified ·
1 Parent(s): 166d601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -441,17 +441,17 @@ button.lg.secondary.svelte-5st68j:hover {
441
  }
442
 
443
  /* 确保按钮文字始终清晰可见 */
444
- button.lg.secondary.svelte-5st68j span {
445
  color: white !important;
446
  }
447
 
448
  /* 隐藏表头中的第二列 */
449
- .table-wrap .svelte-p5q82i th:nth-child(2) {
450
  display: none;
451
  }
452
 
453
  /* 隐藏表格内容中的第二列 */
454
- .table-wrap .svelte-p5q82i td:nth-child(2) {
455
  display: none;
456
  }
457
 
 
441
  }
442
 
443
  /* 确保按钮文字始终清晰可见 */
444
+ button.lg.secondary.svelte-1gz44hr span {
445
  color: white !important;
446
  }
447
 
448
  /* 隐藏表头中的第二列 */
449
+ .table-wrap .svelte-1gz44hr th:nth-child(2) {
450
  display: none;
451
  }
452
 
453
  /* 隐藏表格内容中的第二列 */
454
+ .table-wrap .svelte-1gz44hr td:nth-child(2) {
455
  display: none;
456
  }
457