用户管理支持分栏拖动

This commit is contained in:
RuoYi
2024-11-22 12:19:56 +08:00
parent f76908912e
commit 86ab3bf600
3 changed files with 106 additions and 238 deletions

View File

@ -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;
}