From cc446fc0da45d17a669a81bc2bba262688777904 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Tue, 25 Nov 2025 09:50:12 +0800 Subject: [PATCH] update pay function --- src/components/StockChart/KLineChartModal.tsx | 57 ++++++------------- 1 file changed, 18 insertions(+), 39 deletions(-) diff --git a/src/components/StockChart/KLineChartModal.tsx b/src/components/StockChart/KLineChartModal.tsx index 34df9082..dd684f72 100644 --- a/src/components/StockChart/KLineChartModal.tsx +++ b/src/components/StockChart/KLineChartModal.tsx @@ -15,7 +15,6 @@ import { CircularProgress, Alert, AlertIcon, - Portal, } from '@chakra-ui/react'; import * as echarts from 'echarts'; import { stockService } from '@services/eventService'; @@ -471,44 +470,25 @@ const KLineChartModal: React.FC = ({ }); return ( - - + + - - @@ -564,7 +544,6 @@ const KLineChartModal: React.FC = ({ - ); };