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

fix: 修改列宽

parent aedc6045
......@@ -12,7 +12,7 @@ const LogisticsForm = props => {
title: '商品名称',
dataIndex: 'skuName',
key: 'skuName',
width: 300,
width: 250,
},
{
title: '商品属性',
......@@ -24,16 +24,19 @@ const LogisticsForm = props => {
title: '商品件数(件)',
dataIndex: 'count',
key: 'count',
width: 150
},
{
title: '物流公司',
dataIndex: 'expressCompanyName',
key: 'expressCompanyName',
width: 150
},
{
title: '物流单号',
dataIndex: 'deliveryNo',
key: 'deliveryNo',
width: 150
}
];
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