边框调整
This commit is contained in:
parent
5e5389a17b
commit
835185308f
@ -353,8 +353,11 @@ export default function MyOrder() {
|
||||
defaultExpandAllRows: true,
|
||||
// columnTitle:'订单详情'
|
||||
expandedRowKeys: expandedRowKeys,
|
||||
expandIcon: () => null, // 隐藏展开图标
|
||||
|
||||
}}
|
||||
bordered
|
||||
style={{border:'1px solid #efefef'}}
|
||||
// bordered
|
||||
scroll={{ y: 500 }} key="orderId" rowKey="orderId" />
|
||||
</Spin>
|
||||
{/* <Modal
|
||||
|
Loading…
Reference in New Issue
Block a user