用户管理支持分栏拖动

This commit is contained in:
RuoYi
2024-11-22 12:58:50 +08:00
parent e82ee73704
commit 341728774c
3 changed files with 209 additions and 316 deletions

View File

@@ -103,7 +103,7 @@
/** 表格布局 **/
.pagination-container {
position: relative;
height: 25px;
height: 32px;
margin-bottom: 10px;
margin-top: 15px;
padding: 10px 20px !important;
@@ -279,3 +279,9 @@
.top-right-btn {
margin-left: auto;
}
/* 分割面板样式 */
.splitpanes.default-theme .splitpanes__pane {
background-color: #fff!important;
}