Commit 86ab3bf6 authored by RuoYi's avatar RuoYi

用户管理支持分栏拖动

parent f7690891
......@@ -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",
......
......@@ -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;
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment