优化pagination样式

master
RuoYi 11 months ago
parent a4004968ec
commit 29355eb630
  1. 2
      src/assets/styles/ruoyi.scss
  2. 2
      src/views/system/dict/data.vue

@ -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…
Cancel
Save