事件中心ui

This commit is contained in:
2025-11-10 12:32:14 +08:00
parent 6cd300b5ae
commit 46ba421f42
3 changed files with 16 additions and 10 deletions

View File

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