feat: 查看富文本

fat
祝言孟 1 year ago
parent be31f81a71
commit e35549c9cb
  1. 10
      src/views/content/richText/Index.vue
  2. 2
      src/views/content/richText/modules/ViewForm.vue

@ -58,11 +58,11 @@ export default {
title: '协议类型', title: '协议类型',
dataIndex: 'type' dataIndex: 'type'
}, },
{ // {
title: '协议内容', // title: '',
dataIndex: 'content', // dataIndex: 'content',
scopedSlots: { customRender: 'content' } // scopedSlots: { customRender: 'content' }
}, // },
{ {
title: '更新时间', title: '更新时间',
dataIndex: 'update_time' dataIndex: 'update_time'

@ -109,7 +109,7 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.ant-modal-body{ .ant-modal-body{
margin-bottom: 50px; // margin-bottom: 20px;
} }
.content { .content {
min-height: 400px; min-height: 400px;

Loading…
Cancel
Save