Spaces:
Runtime error
Runtime error
Upload 3 files
Browse files- templates/dashboard.html +6 -9
templates/dashboard.html
CHANGED
|
@@ -461,22 +461,19 @@
|
|
| 461 |
|
| 462 |
/* Token计算方式标签 */
|
| 463 |
.token-method {
|
| 464 |
-
padding:
|
| 465 |
border-radius: 4px;
|
| 466 |
-
font-size:
|
| 467 |
-
font-weight: 500;
|
| 468 |
}
|
| 469 |
|
| 470 |
.token-method.api {
|
| 471 |
-
background:
|
| 472 |
-
color:
|
| 473 |
-
border: 1px solid rgba(54, 211, 153, 0.3);
|
| 474 |
}
|
| 475 |
|
| 476 |
.token-method.estimate {
|
| 477 |
-
background:
|
| 478 |
-
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 |
/* 时间日期样式 */
|