优化消息通知页面的布局

This commit is contained in:
季圣华
2021-12-13 23:19:56 +08:00
parent 92e1773b39
commit da275197a5

View File

@@ -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 @@
queryParam: { queryParam: {
name: '' name: ''
}, },
ipagination:{
pageSize: 5,
pageSizeOptions: ['5','10', '20', '30']
},
columns: [{ columns: [{
title: '标题', title: '标题',
dataIndex: 'msgTitle', dataIndex: 'msgTitle',