From 85d6a4a4bc4a8c5d4bcae68b1f08282b4ff92490 Mon Sep 17 00:00:00 2001 From: zzlgreat Date: Thu, 25 Dec 2025 13:54:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E7=9A=84?= =?UTF-8?q?=E7=9C=8B=E5=A4=9A/=E7=9C=8B=E7=A9=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HorizontalDynamicNewsEventCard.js | 43 +++++++++++-------- 1 file changed, 24 insertions(+), 19 deletions(-) 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 && ( + + + )}