优化pagination样式

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

@ -102,11 +102,11 @@
/** 表格布局 **/ /** 表格布局 **/
.pagination-container { .pagination-container {
// position: relative; position: relative;
height: 25px; height: 25px;
margin-bottom: 10px; margin-bottom: 10px;
margin-top: 15px; margin-top: 15px;
padding: 10px 20px !important; padding: 10px 20px !important;
} }
/* tree border */ /* tree border */

@ -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: {

Loading…
Cancel
Save