feat: 作品库分页器,操作列优化

This commit is contained in:
old burden 2026-04-15 15:20:55 +08:00
parent b93dd9470c
commit abae79949f
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(6), td:nth-child(6) { width: 200px; }
th:nth-child(7), td:nth-child(7) { width: 140px; } th:nth-child(7), td:nth-child(7) { width: 140px; }
th:nth-child(8), td:nth-child(8) { 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 { .td-id {
@ -706,6 +713,21 @@ export default {
margin-top: 16px; margin-top: 16px;
display: flex; display: flex;
justify-content: flex-end; 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 { .empty-tip {