From 0fc5c7199ead1edef0b410e927a324f694210070 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 22 Nov 2024 14:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=88=86=E6=A0=8F=E6=8B=96=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/package.json | 1 + ruoyi-ui/src/assets/styles/ruoyi.scss | 7 +- ruoyi-ui/src/views/system/user/index.vue | 336 +++++++---------------- 3 files changed, 106 insertions(+), 238 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index afcba4909..ce3d36ee7 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -52,6 +52,7 @@ "quill": "2.0.2", "screenfull": "5.0.2", "sortablejs": "1.10.2", + "splitpanes": "2.4.1", "vue": "2.6.12", "vue-count-to": "1.0.13", "vue-cropper": "0.5.5", diff --git a/ruoyi-ui/src/assets/styles/ruoyi.scss b/ruoyi-ui/src/assets/styles/ruoyi.scss index 168500442..359e8c242 100644 --- a/ruoyi-ui/src/assets/styles/ruoyi.scss +++ b/ruoyi-ui/src/assets/styles/ruoyi.scss @@ -118,7 +118,7 @@ /** 表格布局 **/ .pagination-container { position: relative; - height: 25px; + height: 32px; margin-bottom: 10px; margin-top: 15px; padding: 10px 20px !important; @@ -289,3 +289,8 @@ position: relative; float: right; } + +/* 分割面板样式 */ +.splitpanes.default-theme .splitpanes__pane { + background-color: #fff!important; +} diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue index ff798945a..cb8279123 100644 --- a/ruoyi-ui/src/views/system/user/index.vue +++ b/ruoyi-ui/src/views/system/user/index.vue @@ -1,205 +1,97 @@