Commit 4056bec4 by zhaochengxiang

评审中提示框建议悬浮显示可移动,同时不影响用户评审

parent c391f1e0
......@@ -901,7 +901,7 @@ const PhysicalModelApprovalBottom = ({ loading, type, data, modelerData, id, tas
}
return (
<div className='flex' style={{ width: '100%', justifyContent: 'space-between' }}>
<div className='flex' style={{ width: '100%', justifyContent: 'space-between', zIndex: 200 }}>
<Space>
<Button type='primary' ghost onClick={onExportClick}>导出</Button>
<Button type='primary' ghost onClick={onExportInfoClick}>导出模型信息</Button>
......
......@@ -58,7 +58,7 @@ const FC = (props) => {
setVisible(true)
}} />
}
<Modal
<Modal mask={false} zIndex={100}
title={
<div
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