RuoYi
2023-11-01 29355eb630bee3ccbad463816f17fdfaa8ef5b8e
优化pagination样式
已修改2个文件
12 ■■■■ 文件已修改
src/assets/styles/ruoyi.scss 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/dict/data.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/styles/ruoyi.scss
@@ -102,11 +102,11 @@
/** 表格布局 **/
.pagination-container {
    // position: relative;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 20px !important;
    position: relative;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 20px !important;
}
/* tree border */
src/views/system/dict/data.vue
@@ -210,8 +210,8 @@
  queryParams: {
    pageNum: 1,
    pageSize: 10,
    dictLabel: undefined,
    dictType: undefined,
    dictLabel: undefined,
    status: undefined
  },
  rules: {