Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4d4f8841
authored
Feb 14, 2023
by
xingyuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: style
parent
2ebcb722
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
src/views/system/notice/index.vue
+18
-12
No files found.
src/views/system/notice/index.vue
View file @
4d4f8841
...
@@ -18,19 +18,25 @@
...
@@ -18,19 +18,25 @@
<div
style=
"width: 100%; height: 600px"
>
<div
style=
"width: 100%; height: 600px"
>
<el-auto-resizer>
<el-auto-resizer>
<template
#
default=
"
{ height, width }">
<template
#
default=
"
{ height, width }">
<el-table-v2
:columns=
"columns"
:data=
"tableData"
:width=
"width"
:height=
"height"
fixed
/>
<el-table-v2
:columns=
"columns"
:data=
"tableData"
:width=
"width"
:height=
"height - 50"
fixed
/>
</
template
>
</
template
>
</el-auto-resizer>
</el-auto-resizer>
<div
class=
"mt-2"
>
</div
>
<el-pagination
<div
class=
"mt-2"
>
:current-page=
"queryParms.pageNo"
<el-pagination
:page-size=
"queryParms.pageSize
"
:current-page=
"queryParms.pageNo
"
layout=
"total, prev, pager, next
"
:page-size=
"queryParms.pageSize
"
:total=
"tableTotal
"
layout=
"total, prev, pager, next
"
@
size-change=
"getList
"
:total=
"tableTotal
"
@
current
-change=
"getList"
@
size
-change=
"getList"
/>
@
current-change=
"getList"
</div
>
/
>
</div>
</div>
</ContentWrap>
</ContentWrap>
</template>
</template>
...
@@ -122,7 +128,7 @@ const queryParms = reactive({
...
@@ -122,7 +128,7 @@ const queryParms = reactive({
title
:
''
,
title
:
''
,
status
:
undefined
,
status
:
undefined
,
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
10
pageSize
:
10
0
})
})
const
getList
=
async
()
=>
{
const
getList
=
async
()
=>
{
...
...
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