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 = ({ - ); };