事件中心ui

This commit is contained in:
2025-11-10 12:22:21 +08:00
parent 617300ac8f
commit 6cd300b5ae
4 changed files with 339 additions and 299 deletions

View File

@@ -162,7 +162,8 @@ const MiniKLineChart = React.memo(function MiniKLineChart({ stockCode, eventTime
<div
style={{
width: '100%',
height: 30,
height: '100%',
minHeight: '40px',
cursor: onClick ? 'pointer' : 'default'
}}
onClick={onClick}