Merge branch 'seedance' of https://gitea.06zk.com/best_yunwei/ai_images into seedance

This commit is contained in:
yys 2026-04-15 16:01:57 +08:00
commit ffc23990a7
1 changed files with 22 additions and 0 deletions

View File

@ -634,6 +634,13 @@ export default {
th:nth-child(6), td:nth-child(6) { width: 200px; }
th:nth-child(7), td:nth-child(7) { width: 140px; }
th:nth-child(8), td:nth-child(8) { width: 140px; }
//
td:nth-child(8) {
.arco-btn + .arco-btn {
margin-left: 12px;
}
}
}
.td-id {
@ -706,6 +713,21 @@ export default {
margin-top: 16px;
display: flex;
justify-content: flex-end;
//
::v-deep(.arco-pagination-total) {
color: rgba(255, 255, 255, 0.9) !important;
}
//
::v-deep(.arco-pagination) {
color: rgba(255, 255, 255, 0.9);
}
//
::v-deep(.arco-pagination-jumper) {
color: rgba(255, 255, 255, 0.9);
}
}
.empty-tip {