style(用例管理): 测试用例列表自适应宽度
This commit is contained in:
parent
bd7e858a0e
commit
bb04b9cdc5
|
@ -593,7 +593,7 @@
|
||||||
dataIndex: 'tags',
|
dataIndex: 'tags',
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
isTag: true,
|
isTag: true,
|
||||||
width: 456,
|
width: 300,
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -629,7 +629,6 @@
|
||||||
titleSlotName: 'createUserFilter',
|
titleSlotName: 'createUserFilter',
|
||||||
showInTable: true,
|
showInTable: true,
|
||||||
showTooltip: true,
|
showTooltip: true,
|
||||||
width: 200,
|
|
||||||
showDrag: true,
|
showDrag: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue