feat: 热点事件UI调整

This commit is contained in:
zdl
2025-10-27 15:59:13 +08:00
parent 629c63f4ee
commit e568b5e05f
6 changed files with 11 additions and 19 deletions

View File

@@ -41,12 +41,6 @@ const HotEvents = ({ events }) => {
return (
<div className="hot-events-section">
<h2 className="section-title">
<FireOutlined style={{ marginRight: 8, color: '#ff4d4f' }} />
近期热点信息
</h2>
<p className="section-subtitle">展示最近5天内涨幅最高的事件助您把握市场热点</p>
{events && events.length > 0 ? (
<Row gutter={[16, 16]}>
{events.map((event, index) => (