Commit 2f62256f authored by 郝聪敏's avatar 郝聪敏

fix: 修改列宽

parent aedc6045
...@@ -12,7 +12,7 @@ const LogisticsForm = props => { ...@@ -12,7 +12,7 @@ const LogisticsForm = props => {
title: '商品名称', title: '商品名称',
dataIndex: 'skuName', dataIndex: 'skuName',
key: 'skuName', key: 'skuName',
width: 300, width: 250,
}, },
{ {
title: '商品属性', title: '商品属性',
...@@ -24,16 +24,19 @@ const LogisticsForm = props => { ...@@ -24,16 +24,19 @@ const LogisticsForm = props => {
title: '商品件数(件)', title: '商品件数(件)',
dataIndex: 'count', dataIndex: 'count',
key: 'count', key: 'count',
width: 150
}, },
{ {
title: '物流公司', title: '物流公司',
dataIndex: 'expressCompanyName', dataIndex: 'expressCompanyName',
key: 'expressCompanyName', key: 'expressCompanyName',
width: 150
}, },
{ {
title: '物流单号', title: '物流单号',
dataIndex: 'deliveryNo', dataIndex: 'deliveryNo',
key: 'deliveryNo', key: 'deliveryNo',
width: 150
} }
]; ];
const style = { const style = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment