Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
template_vue
Project
Project
Details
Activity
Releases
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
杨硕
template_vue
Commits
ac35ed45
Commit
ac35ed45
authored
Feb 27, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户模块样式调整
parent
30e5dc30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
index.vue
src/views/system/user/index.vue
+7
-3
No files found.
src/views/system/user/index.vue
View file @
ac35ed45
...
...
@@ -61,7 +61,7 @@
</div>
<el-row
:gutter=
"20"
>
<!--部门数据-->
<el-col
:span=
"4"
:xs=
"24"
style=
"background: #f4f4f4;height: 100%
"
>
<el-col
:span=
"4"
class=
"deptTree
"
>
<div
class=
"head-container"
style=
"padding: 10px 6px;background: #FFFFFF"
>
<el-input
v-model=
"deptName"
...
...
@@ -85,13 +85,13 @@
@
node-click=
"handleNodeClick"
>
<div
slot-scope=
"
{ node }" style="white-space: nowrap;text-overflow: ellipsis;overflow: hidden" class="custom-tree-node">
<span
style=
"font-size: 14px"
:title=
"node.label"
>
{{
node
.
label
}}
</span>
<span
:title=
"node.label"
>
{{
node
.
label
}}
</span>
</div>
</el-tree>
</div>
</el-col>
<!--用户数据-->
<el-col
:span=
"20"
:xs=
"24"
>
<el-col
:span=
"20"
>
<div
class=
"mb12 font-small-bold"
style=
"margin-top: 20px"
>
用户管理列表
</div>
<el-table
v-loading=
"loading"
...
...
@@ -943,6 +943,10 @@ export default {
<
style
lang=
"scss"
scoped
>
.user-manage
{
font-size
:
18px
;
.deptTree
{
background
:
#f4f4f4
;
height
:
100%
}
.placeholder
{
height
:
14px
;
background-color
:
#F4F4F4
...
...
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