Nicous commited on
Commit
8374ebd
·
verified ·
1 Parent(s): 4fde48c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -433,12 +433,12 @@ head = """
433
  </head>
434
  <style>
435
  /* Submit按钮默认和悬停效果 */
436
- button.lg.secondary.svelte-5st68j {
437
  background-color: #ff9933 !important;
438
  transition: background-color 0.3s ease !important;
439
  }
440
 
441
- button.lg.secondary.svelte-5st68j:hover {
442
  background-color: #ff7777 !important; /* 悬停时颜色加深 */
443
  }
444
 
@@ -448,12 +448,12 @@ button.lg.secondary.svelte-1gz44hr span {
448
  }
449
 
450
  /* 隐藏表头中的第二列 */
451
- .table-wrap .svelte-1gz44hr th:nth-child(2) {
452
  display: none;
453
  }
454
 
455
  /* 隐藏表格内容中的第二列 */
456
- .table-wrap .svelte-1gz44hr td:nth-child(2) {
457
  display: none;
458
  }
459
 
 
433
  </head>
434
  <style>
435
  /* Submit按钮默认和悬停效果 */
436
+ button.lg.secondary.svelte-1gz44hr {
437
  background-color: #ff9933 !important;
438
  transition: background-color 0.3s ease !important;
439
  }
440
 
441
+ button.lg.secondary.svelte-1gz44hr:hover {
442
  background-color: #ff7777 !important; /* 悬停时颜色加深 */
443
  }
444
 
 
448
  }
449
 
450
  /* 隐藏表头中的第二列 */
451
+ .table-wrap .svelte-p5q82i th:nth-child(2) {
452
  display: none;
453
  }
454
 
455
  /* 隐藏表格内容中的第二列 */
456
+ .table-wrap .svelte-p5q82i td:nth-child(2) {
457
  display: none;
458
  }
459