fix: 宽度修正
This commit is contained in:
@@ -53,13 +53,15 @@ export const tableConfig = (orgId) => {
|
|||||||
{
|
{
|
||||||
title: '设备一级区域',
|
title: '设备一级区域',
|
||||||
dataIndex: 'device1Area',
|
dataIndex: 'device1Area',
|
||||||
textNumber: 5,
|
textWidth: 88,
|
||||||
|
// width: 130,
|
||||||
textEllipsis: true,
|
textEllipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '设备二级区域',
|
title: '设备二级区域',
|
||||||
dataIndex: 'device2Area',
|
dataIndex: 'device2Area',
|
||||||
textNumber: 5,
|
textWidth: 88,
|
||||||
|
// width: 130,
|
||||||
textEllipsis: true,
|
textEllipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -91,7 +93,8 @@ export const tableConfig = (orgId) => {
|
|||||||
{
|
{
|
||||||
title: '设备描述',
|
title: '设备描述',
|
||||||
dataIndex: 'deviceDesc',
|
dataIndex: 'deviceDesc',
|
||||||
textNumber: 5,
|
textWidth: 88,
|
||||||
|
|
||||||
textEllipsis: true,
|
textEllipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user