Commit 171a5a67 authored by FE-安焕焕's avatar FE-安焕焕 👣

修改样式

parent fa74b95c
import React from 'react';
import { Table } from 'antd';
import { Table, Card } from 'antd';
const LogisticsForm = props => {
const { value } = props;
......@@ -42,7 +42,9 @@ const LogisticsForm = props => {
},
];
return (
<Table columns={columns} dataSource={value} rowKey={r => r.orderSkuId} pagination={false} />
<Card title="商品详情" bordered={false} style={{ width: '100%' }}>
<Table columns={columns} dataSource={value} rowKey={r => r.orderSkuId} pagination={false} />
</Card>
);
};
......
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