Commit da275197 authored by 季圣华's avatar 季圣华
Browse files

优化消息通知页面的布局

parent 92e1773b
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:confirmLoading="confirmLoading" :confirmLoading="confirmLoading"
@cancel="handleCancel" @cancel="handleCancel"
cancelText="关闭" cancelText="关闭"
style="top:20%;height: 60%;overflow-y: hidden"> style="top:15%;height: 70%;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',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment