feat: StockChartAntdModal UI调整
This commit is contained in:
@@ -507,8 +507,9 @@ const StockChartAntdModal = ({
|
|||||||
footer={null}
|
footer={null}
|
||||||
onCancel={onCancel}
|
onCancel={onCancel}
|
||||||
width={width}
|
width={width}
|
||||||
style={{ position: fixed ? 'fixed' : 'absolute', left: fixed ? 50 : 0, top: fixed ? 50 : 80, zIndex: 2000 }}
|
centered
|
||||||
mask={false}
|
zIndex={2500}
|
||||||
|
mask={true}
|
||||||
destroyOnClose={true}
|
destroyOnClose={true}
|
||||||
bodyStyle={{ maxHeight: 'calc(90vh - 120px)', overflowY: 'auto', padding: '16px' }}
|
bodyStyle={{ maxHeight: 'calc(90vh - 120px)', overflowY: 'auto', padding: '16px' }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user