Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyang
sts网站
Commits
86ab3bf6
Commit
86ab3bf6
authored
Nov 22, 2024
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户管理支持分栏拖动
parent
f7690891
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
106 additions
and
238 deletions
+106
-238
package.json
ruoyi-ui/package.json
+1
-0
ruoyi.scss
ruoyi-ui/src/assets/styles/ruoyi.scss
+6
-1
index.vue
ruoyi-ui/src/views/system/user/index.vue
+99
-237
No files found.
ruoyi-ui/package.json
View file @
86ab3bf6
...
...
@@ -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"
,
...
...
ruoyi-ui/src/assets/styles/ruoyi.scss
View file @
86ab3bf6
...
...
@@ -118,7 +118,7 @@
/** 表格布局 **/
.pagination-container
{
position
:
relative
;
height
:
25
px
;
height
:
32
px
;
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
;
}
ruoyi-ui/src/views/system/user/index.vue
View file @
86ab3bf6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment