Laramie2 commited on
Commit
d4894c7
·
verified ·
1 Parent(s): 841fc17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -385,13 +385,13 @@ body, .gradio-container {
385
  .primary-action-btn:active { transform: translateY(2px) scale(0.98) !important; box-shadow: 0 2px 10px rgba(126, 34, 206, 0.2) !important; }
386
 
387
  /* 3个小按钮的样式 */
388
- .action-row { display: flex !important; gap: 15px !important; margin-bottom: 10px !important; margin-top: 10px !important;}
389
  .action-btn {
390
  border-radius: 24px !important; /* 调小 */
391
  background: linear-gradient(135deg, #A855F7, #9333EA) !important;
392
  color: white !important; font-weight: 600 !important; border: none !important;
393
  height: 48px !important; /* 调小:55 -> 48 */
394
- flex: 1 !important;
395
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease !important;
396
  box-shadow: 0 4px 15px rgba(147, 51, 234, 0.2) !important;
397
  cursor: pointer !important; display: flex !important; align-items: center !important; justify-content: center !important;
 
385
  .primary-action-btn:active { transform: translateY(2px) scale(0.98) !important; box-shadow: 0 2px 10px rgba(126, 34, 206, 0.2) !important; }
386
 
387
  /* 3个小按钮的样式 */
388
+ .action-row { display: flex !important; gap: 13px !important; margin-bottom: 10px !important; margin-top: 10px !important;}
389
  .action-btn {
390
  border-radius: 24px !important; /* 调小 */
391
  background: linear-gradient(135deg, #A855F7, #9333EA) !important;
392
  color: white !important; font-weight: 600 !important; border: none !important;
393
  height: 48px !important; /* 调小:55 -> 48 */
394
+ flex: 0.8 !important;
395
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s ease !important;
396
  box-shadow: 0 4px 15px rgba(147, 51, 234, 0.2) !important;
397
  cursor: pointer !important; display: flex !important; align-items: center !important; justify-content: center !important;