style: 数据列表列宽固定操作
This commit is contained in:
@@ -90,7 +90,7 @@ let tableColumns: ColumnsType = [
|
|||||||
title: '告警网元标识',
|
title: '告警网元标识',
|
||||||
dataIndex: 'neId',
|
dataIndex: 'neId',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 4,
|
width: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '告警唯一标识',
|
title: '告警唯一标识',
|
||||||
@@ -102,7 +102,7 @@ let tableColumns: ColumnsType = [
|
|||||||
title: '告警流水号',
|
title: '告警流水号',
|
||||||
dataIndex: 'alarmSeq',
|
dataIndex: 'alarmSeq',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 3,
|
width: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '告警前转对象',
|
title: '告警前转对象',
|
||||||
@@ -320,7 +320,7 @@ onMounted(() => {
|
|||||||
:data-source="tableState.data"
|
:data-source="tableState.data"
|
||||||
:size="tableState.size"
|
:size="tableState.size"
|
||||||
:pagination="tablePagination"
|
:pagination="tablePagination"
|
||||||
:scroll="{ x: 1200, y: 400 }"
|
:scroll="{ x: 1500, y: 400 }"
|
||||||
>
|
>
|
||||||
</a-table>
|
</a-table>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
|||||||
Reference in New Issue
Block a user