fix: 宽度修正

This commit is contained in:
xuziqiang
2024-07-22 10:22:14 +08:00
parent 2bc56cc1d4
commit 822519dbb6

View File

@@ -53,13 +53,15 @@ export const tableConfig = (orgId) => {
{
title: '设备一级区域',
dataIndex: 'device1Area',
textNumber: 5,
textWidth: 88,
// width: 130,
textEllipsis: true,
},
{
title: '设备二级区域',
dataIndex: 'device2Area',
textNumber: 5,
textWidth: 88,
// width: 130,
textEllipsis: true,
},
{
@@ -91,7 +93,8 @@ export const tableConfig = (orgId) => {
{
title: '设备描述',
dataIndex: 'deviceDesc',
textNumber: 5,
textWidth: 88,
textEllipsis: true,
},
{