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
131c4bcd
Commit
131c4bcd
authored
Feb 10, 2022
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户操作日志
parent
0daf602a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
index.vue
src/views/user/userLog/index.vue
+15
-0
No files found.
src/views/user/userLog/index.vue
View file @
131c4bcd
...
...
@@ -17,6 +17,8 @@
<el-table
:data=
"tableData"
style=
"width: 100%"
class=
"statistics-table"
:row-class-name=
"tableRowClassName"
:header-cell-style=
"
{ background: '#EAF1FE', color: '#666666' }"
@selection-change="handleSelectionChange"
>
...
...
@@ -124,6 +126,9 @@ export default {
this
.
searchForm
.
pageSize
=
pageData
.
size
;
this
.
searchForm
.
pageNum
=
pageData
.
page
;
},
tableRowClassName
({
row
,
rowIndex
})
{
return
rowIndex
%
2
===
0
?
''
:
'single-row'
},
},
mounted
()
{},
};
...
...
@@ -150,3 +155,13 @@ export default {
}
}
</
style
>
<
style
lang=
"scss"
>
.statistics-table
{
.single-row
{
background
:
#f1f6ff
;
}
td
{
padding
:
5px
!
important
;
}
}
</
style
>
\ No newline at end of file
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