调整部分布局文案大小

This commit is contained in:
X1627315083
2025-10-08 10:29:12 +08:00
parent 0fa50cc6ae
commit c147f38a8f
9 changed files with 216 additions and 135 deletions

View File

@@ -666,7 +666,7 @@ export default defineComponent({
max-height: v-bind(historyTableHeight);
overflow-y: v-bind(scrolled);
}
:deep(.ant-table-thead > tr > th) {
// background: #ffffff;
background: transparent;
@@ -681,7 +681,28 @@ export default defineComponent({
.ant-table-pagination-right {
justify-content: center;
}
:deep(.ant-pagination-prev),
:deep(.ant-pagination-next),
:deep(.ant-pagination-jump-prev),
:deep(.ant-pagination-jump-next),
:deep(.ant-pagination-item){
width: 4rem;
height: 4rem;
min-width: 4rem;
line-height: 4rem;
margin-right: .8rem;
}
:deep(.ant-pagination-options-quick-jumper){
height: 4rem;
line-height: 4rem;
margin-left: .8rem;
font-size: 1.6rem;
> input{
width: 7rem;
height: 4rem;
font-size: 1.6rem;
}
}
.ant-table-pagination-right {
padding-right: 3.5rem;
}