边框调整

This commit is contained in:
xixi 2024-08-30 16:44:40 +08:00
parent 5e5389a17b
commit 835185308f

View File

@ -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