调整部分布局文案大小
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user