修改已知bug1

This commit is contained in:
qq787203167
2022-06-02 15:07:19 +08:00
parent de2ed1eb60
commit 16828639b4
9 changed files with 241 additions and 178 deletions
@@ -58,6 +58,7 @@
ref="table"
size="middle"
rowKey="id"
:scroll="{x: '100%'}"
:columns="columns"
:dataSource="tableData"
:pagination="false"
@@ -110,25 +111,29 @@
key: 'serialNumber',
scopedSlots: {customRender: 'serialNumber'},
align: "center",
width: 100,
ellipsis: true,
width: 180,
},
{
title: this.$t('title'),
align: "center",
scopedSlots: {customRender: 'serialtitle'},
width: 100,
width: 180,
ellipsis: true,
dataIndex: 'title',
},
{
title: this.$t('status'),
align: "center",
width: 100,
width: 180,
ellipsis: true,
dataIndex: 'state',
},
{
title: this.$t('collectionTime'),
align: "center",
width: 100,
width: 180,
ellipsis: true,
dataIndex: 'createTime',
},
{
@@ -136,6 +141,7 @@
dataIndex: 'action',
scopedSlots: {customRender: 'action'},
align: "center",
fixed: 'right',
width: 170
}
],
@@ -61,6 +61,7 @@
ref="table"
size="middle"
rowKey="id"
:scroll="{x: '100%'}"
:columns="columns"
:dataSource="tableData"
:pagination="false"
@@ -118,14 +119,14 @@
dataIndex: 'serialNumber',
key: 'serialNumber',
align: 'center',
width: 100,
width: 180,
scopedSlots: { customRender: 'serialNumber' },
ellipsis: true
},
{
title: this.$t('title'),
align: 'center',
width: 100,
width: 180,
dataIndex: 'title',
scopedSlots: { customRender: 'serialtitle' },
ellipsis: true
@@ -133,20 +134,21 @@
{
title: this.$t('status'),
align: 'center',
width: 100,
width: 180,
dataIndex: 'state',
ellipsis: true
},
{
title: this.$t('subscriptionTime'),
align: 'center',
width: 100,
width: 180,
dataIndex: 'createTime',
ellipsis: true
},
{
title: this.$t('operation'),
dataIndex: 'action',
fixed: 'right',
scopedSlots: { customRender: 'action' },
align: 'center',
width: 170
@@ -374,10 +376,12 @@
/* float: none !important;*/
/*}*/
}
.box-input .ant-select-selection__rendered {
line-height: 38px;
height: 38px;
}
.box-input .ant-select-selection--single {
height: 38px;
}