update pay function

This commit is contained in:
2025-11-24 23:45:58 +08:00
parent fb066aa6b8
commit 177c1d6401
2 changed files with 8 additions and 2 deletions

View File

@@ -840,7 +840,7 @@ const InvestmentCalendar = () => {
)}
</Modal>
{/* K线图弹窗 */}
{/* K线图弹窗 - 需要更高的 z-index因为投资日历本身就是 Modal */}
{selectedStock && (
<KLineChartModal
isOpen={klineModalVisible}
@@ -851,6 +851,8 @@ const InvestmentCalendar = () => {
}}
stock={selectedStock}
eventTime={selectedEventTime}
size="5xl"
zIndex={2000}
/>
)}