Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
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
Administrator
web-monitor
Commits
708f262d
Commit
708f262d
authored
Jan 29, 2022
by
renhanxue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化用户管理
parent
02ebc25a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
index.vue
src/views/user/userList/index.vue
+11
-2
No files found.
src/views/user/userList/index.vue
View file @
708f262d
...
@@ -11,10 +11,9 @@
...
@@ -11,10 +11,9 @@
<el-table
<el-table
v-loading=
"loading"
v-loading=
"loading"
:data=
"tableData"
:data=
"tableData"
border
class=
"statistics-table"
style=
"width: 100%"
style=
"width: 100%"
:row-class-name=
"tableRowClassName"
:row-class-name=
"tableRowClassName"
:row-style=
"
{ height: '50px' }"
:header-cell-style=
"
{background:'#eaf1fe',color:'#000', fontWeight: 700, height: '50px'}"
:header-cell-style=
"
{background:'#eaf1fe',color:'#000', fontWeight: 700, height: '50px'}"
>
>
<el-table-column
type=
"index"
label=
"用户编号"
align=
"center"
width=
"100"
/>
<el-table-column
type=
"index"
label=
"用户编号"
align=
"center"
width=
"100"
/>
...
@@ -120,3 +119,13 @@ export default {
...
@@ -120,3 +119,13 @@ export default {
margin
:
20px
0
;
margin
:
20px
0
;
}
}
</
style
>
</
style
>
<
style
lang=
"scss"
>
.statistics-table
{
.single-row
{
background
:
#f1f6ff
;
}
td
{
padding
:
5px
!
important
;
}
}
</
style
>
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