diff --git a/src/views/Community/components/EventCard/HorizontalDynamicNewsEventCard.js b/src/views/Community/components/EventCard/HorizontalDynamicNewsEventCard.js index e42e1d87..625c827c 100644 --- a/src/views/Community/components/EventCard/HorizontalDynamicNewsEventCard.js +++ b/src/views/Community/components/EventCard/HorizontalDynamicNewsEventCard.js @@ -252,27 +252,32 @@ const HorizontalDynamicNewsEventCard = React.memo(({ - {/* 第二行:涨跌幅数据 + 互动指标(右侧) */} + {/* 第二行:涨跌幅数据(左) + 互动指标(右) */} - - - {/* 互动指标放右侧 */} - {showEngagement && ( - + + + + {/* 右侧:互动指标,始终靠右 */} + {showEngagement && ( + + + )}