mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-06-07 19:14:56 +00:00
优化pagination样式
This commit is contained in:
parent
a4004968ec
commit
29355eb630
@ -102,7 +102,7 @@
|
||||
|
||||
/** 表格布局 **/
|
||||
.pagination-container {
|
||||
// position: relative;
|
||||
position: relative;
|
||||
height: 25px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 15px;
|
||||
|
@ -210,8 +210,8 @@ const data = reactive({
|
||||
queryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
dictLabel: undefined,
|
||||
dictType: undefined,
|
||||
dictLabel: undefined,
|
||||
status: undefined
|
||||
},
|
||||
rules: {
|
||||
|
Loading…
Reference in New Issue
Block a user