@ -58,11 +58,11 @@ export default {
title: '协议类型',
dataIndex: 'type'
},
{
// {
title: '协议内容',
// title: '协议内容',
dataIndex: 'content',
// dataIndex: 'content',
scopedSlots: { customRender: 'content' }
// scopedSlots: { customRender: 'content' }
// },
title: '更新时间',
dataIndex: 'update_time'
@ -109,7 +109,7 @@ export default {
<style lang="less" scoped>
.ant-modal-body{
margin-bottom: 50px;
// margin-bottom: 20px;
}
.content {
min-height: 400px;