From 29355eb630bee3ccbad463816f17fdfaa8ef5b8e Mon Sep 17 00:00:00 2001 From: RuoYi Date: Wed, 1 Nov 2023 10:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96pagination=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/ruoyi.scss | 10 +++++----- src/views/system/dict/data.vue | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss index a7d3ec9..6e75dbe 100644 --- a/src/assets/styles/ruoyi.scss +++ b/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 */ diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index 65f8868..f6207dc 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -210,8 +210,8 @@ const data = reactive({ queryParams: { pageNum: 1, pageSize: 10, - dictLabel: undefined, dictType: undefined, + dictLabel: undefined, status: undefined }, rules: {