Merge branch 'feature_bugfix/251201_vf_h5_ui' into feature_bugfix/251201_py_h5_ui

* feature_bugfix/251201_vf_h5_ui:
  feat: 恢复行业字段修改
  feat: bug修复
This commit is contained in:
zdl
2025-12-05 18:53:55 +08:00
6 changed files with 25 additions and 22 deletions

View File

@@ -510,7 +510,7 @@ const StockChartAntdModal = ({
centered
zIndex={2500}
mask={true}
destroyOnClose={true}
destroyOnHidden={true}
bodyStyle={{ maxHeight: 'calc(90vh - 120px)', overflowY: 'auto', padding: '16px' }}
>
<div style={{ width: '100%' }}>

View File

@@ -176,7 +176,7 @@ const StockChartKLineModal: React.FC<StockChartKLineModalProps> = ({
width={1200}
footer={null}
centered
destroyOnClose // 关闭时销毁组件(释放图表资源)
destroyOnHidden // 关闭时销毁组件(释放图表资源)
>
{/* 工具栏 */}
<Box mb={4}>