优化消息通知页面的布局
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user