feat: StockChartAntdModal UI调整

This commit is contained in:
zdl
2025-11-24 16:51:07 +08:00
parent f8bb46ae64
commit 887525197a

View File

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