malt666 commited on
Commit
8abba85
·
verified ·
1 Parent(s): 955528d

Upload 3 files

Browse files
Files changed (1) hide show
  1. templates/dashboard.html +6 -9
templates/dashboard.html CHANGED
@@ -461,22 +461,19 @@
461
 
462
  /* Token计算方式标签 */
463
  .token-method {
464
- padding: 0.2rem 0.5rem;
465
  border-radius: 4px;
466
- font-size: 0.8rem;
467
- font-weight: 500;
468
  }
469
 
470
  .token-method.api {
471
- background: rgba(54, 211, 153, 0.2);
472
- color: var(--success-color);
473
- border: 1px solid rgba(54, 211, 153, 0.3);
474
  }
475
 
476
  .token-method.estimate {
477
- background: rgba(251, 189, 35, 0.2);
478
- color: var(--warning-color);
479
- border: 1px solid rgba(251, 189, 35, 0.3);
480
  }
481
 
482
  /* 时间日期样式 */
 
461
 
462
  /* Token计算方式标签 */
463
  .token-method {
464
+ padding: 2px 6px;
465
  border-radius: 4px;
466
+ font-size: 12px;
 
467
  }
468
 
469
  .token-method.api {
470
+ background-color: #e6f7ff;
471
+ color: #1890ff;
 
472
  }
473
 
474
  .token-method.estimate {
475
+ background-color: #fff7e6;
476
+ color: #fa8c16;
 
477
  }
478
 
479
  /* 时间日期样式 */