优化pagination样式

This commit is contained in:
RuoYi
2023-11-01 10:13:19 +08:00
parent a4004968ec
commit 29355eb630
2 changed files with 6 additions and 6 deletions

View File

@ -102,7 +102,7 @@
/** 表格布局 **/ /** 表格布局 **/
.pagination-container { .pagination-container {
// position: relative; position: relative;
height: 25px; height: 25px;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 15px; margin-top: 15px;

View File

@ -210,8 +210,8 @@ const data = reactive({
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 10, pageSize: 10,
dictLabel: undefined,
dictType: undefined, dictType: undefined,
dictLabel: undefined,
status: undefined status: undefined
}, },
rules: { rules: {