Commit 77bd48a0 authored by 李腾's avatar 李腾

fix: 优化售后订单管理页面滚动条区域

parent fb46f2dc
......@@ -396,9 +396,6 @@ const AfterSale = props => {
// toolBarRender={false}
/>
{/* 底部占位-防止消息提醒按钮挡住翻页 */}
{/* <div style={{ height: '80px' }}></div> */}
<AuditModal visible={visible} onCancel={closeModal} formData={auditInfo} />
<DetailTable visible={detailVisible} onCancel={closeModal} dataSource={detailInfo} />
<ProofsModal visible={proofsVisible} onCancel={closeModal} data={proofsData} />
......
......@@ -37,6 +37,7 @@
width: calc(100% - 100px);
// margin-top: 20px;
// background-color: #fff;
margin-top: 20px;
margin-bottom: -80px;
:global .ant-tabs-nav::before {
display: none;
......
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