feat: 用户管理支持分栏拖动

This commit is contained in:
insistence
2024-12-11 08:47:14 +08:00
parent 8f851f5e51
commit 6ffcf4dca7
3 changed files with 646 additions and 395 deletions

View File

@@ -31,6 +31,7 @@
"jsencrypt": "3.3.2", "jsencrypt": "3.3.2",
"nprogress": "0.2.0", "nprogress": "0.2.0",
"pinia": "2.1.7", "pinia": "2.1.7",
"splitpanes": "3.1.5",
"vue": "3.4.15", "vue": "3.4.15",
"vue-cropper": "1.1.1", "vue-cropper": "1.1.1",
"vue-router": "4.4.0" "vue-router": "4.4.0"

View File

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

File diff suppressed because it is too large Load Diff