fix: 宽度修正
This commit is contained in:
@@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user