Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
da275197
Commit
da275197
authored
Dec 13, 2021
by
季圣华
Browse files
优化消息通知页面的布局
parent
92e1773b
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/system/MsgList.vue
View file @
da275197
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
:confirmLoading=
"confirmLoading"
:confirmLoading=
"confirmLoading"
@
cancel=
"handleCancel"
@
cancel=
"handleCancel"
cancelText=
"关闭"
cancelText=
"关闭"
style=
"top:
20
%;height:
6
0%;overflow-y: hidden"
>
style=
"top:
15
%;height:
7
0%;overflow-y: hidden"
>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<a-button
key=
"back"
@
click=
"handleCancel"
>
<a-button
key=
"back"
@
click=
"handleCancel"
>
关闭
关闭
...
@@ -81,6 +81,10 @@
...
@@ -81,6 +81,10 @@
queryParam
:
{
queryParam
:
{
name
:
''
name
:
''
},
},
ipagination
:{
pageSize
:
5
,
pageSizeOptions
:
[
'
5
'
,
'
10
'
,
'
20
'
,
'
30
'
]
},
columns
:
[{
columns
:
[{
title
:
'
标题
'
,
title
:
'
标题
'
,
dataIndex
:
'
msgTitle
'
,
dataIndex
:
'
msgTitle
'
,
...
...
Write
Preview
Supports
Markdown
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