市场认证清单-维护清单-操作列宽度

This commit is contained in:
刘彦泽
2023-03-28 10:33:14 +08:00
parent 155ddde11f
commit ea2d7aa166
@@ -310,14 +310,14 @@
title: this.$t('configurationItem'),
align: 'left',
dataIndex: 'configItem',
width: 150,
width: 200,
ellipsis: true
},
{
title: 'WVTA ID',
align: 'left',
dataIndex: 'wvtaId',
width: 150,
width: 200,
ellipsis: true
},
{
@@ -338,14 +338,14 @@
title: this.$t('typeOfDeliverables'),
align: 'left',
dataIndex: 'deliverableTypeName',
width: 200,
width: 330,
ellipsis: true
},
{
title: this.$t('operation'),
align: 'left',
fixed: 'right',
width: 200,
width: 250,
scopedSlots: { customRender: 'operation' }
}
],
@@ -544,7 +544,7 @@
</script>
<style lang='less' scoped>
@import '~@assets/less/common.less';
@import'~@assets/less/common.less';
.doc-detail {
background: #fff;