From 341728774cb98e3aa4abfe32a6ff5e6e49c7055d Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期五, 22 十一月 2024 12:58:50 +0800
Subject: [PATCH] 用户管理支持分栏拖动

---
 src/assets/styles/ruoyi.scss |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/src/assets/styles/ruoyi.scss b/src/assets/styles/ruoyi.scss
index 1ccc73b..fa551d3 100644
--- a/src/assets/styles/ruoyi.scss
+++ b/src/assets/styles/ruoyi.scss
@@ -37,7 +37,7 @@
 .mb10 {
 	margin-bottom: 10px;
 }
-.ml0 {
+.ml10 {
 	margin-left: 10px;
 }
 .mt20 {
@@ -49,7 +49,7 @@
 .mb20 {
 	margin-bottom: 20px;
 }
-.m20 {
+.ml20 {
 	margin-left: 20px;
 }
 
@@ -60,12 +60,15 @@
 	color: inherit;
 }
 
+.el-form .el-form-item__label {
+	font-weight: 700;
+}
 .el-dialog:not(.is-fullscreen) {
 	margin-top: 6vh !important;
 }
 
 .el-dialog.scrollbar .el-dialog__body {
-    overflow: auto;
+	overflow: auto;
 	overflow-x: hidden;
 	max-height: 70vh;
 	padding: 10px 20px 0;
@@ -99,11 +102,15 @@
 
 /** 琛ㄦ牸甯冨眬 **/
 .pagination-container {
-	// position: relative;
-	height: 25px;
-	margin-bottom: 10px;
-	margin-top: 15px;
-	padding: 10px 20px !important;
+    position: relative;
+    height: 32px;
+    margin-bottom: 10px;
+    margin-top: 15px;
+    padding: 10px 20px !important;
+}
+
+.el-dialog .pagination-container {
+    position: static !important;
 }
 
 /* tree border */
@@ -268,7 +275,13 @@
 	background: #42b983!important;
 }
 
+/* 琛ㄦ牸鍙充晶宸ュ叿鏍忔牱寮� */
 .top-right-btn {
-	position: absolute;
-	right: 0;
+	margin-left: auto;
 }
+
+/* 鍒嗗壊闈㈡澘鏍峰紡 */
+.splitpanes.default-theme .splitpanes__pane {
+	background-color: #fff!important;
+}
+

--
Gitblit v1.9.3