diff --git a/src/views/Community/components/EventCard/DynamicNewsEventCard.js b/src/views/Community/components/EventCard/DynamicNewsEventCard.js index ab891daf..30ffe22d 100644 --- a/src/views/Community/components/EventCard/DynamicNewsEventCard.js +++ b/src/views/Community/components/EventCard/DynamicNewsEventCard.js @@ -16,7 +16,6 @@ import { getImportanceConfig } from '../../../../constants/importanceLevels'; import { getChangeColor } from '../../../../utils/colorUtils'; // 导入子组件 -import ImportanceStamp from './ImportanceStamp'; import EventFollowButton from './EventFollowButton'; import StockChangeIndicators from '../../../../components/StockChangeIndicators'; @@ -194,11 +193,6 @@ const DynamicNewsEventCard = React.memo(({ return ( - {/* 右上角:重要性印章(放在卡片外层) */} - - - - {/* 事件卡片 */}