diff --git a/src/components/EventDetailPanel/EventDescriptionSection.js b/src/components/EventDetailPanel/EventDescriptionSection.js index 70f5ec18..f5c6438e 100644 --- a/src/components/EventDetailPanel/EventDescriptionSection.js +++ b/src/components/EventDetailPanel/EventDescriptionSection.js @@ -26,13 +26,13 @@ const EventDescriptionSection = ({ description }) => { } return ( - + {/* 事件描述 */} - + 事件描述 - + {description} diff --git a/src/components/EventDetailPanel/StockListItem.js b/src/components/EventDetailPanel/StockListItem.js index 8c53f37c..7d5ad685 100644 --- a/src/components/EventDetailPanel/StockListItem.js +++ b/src/components/EventDetailPanel/StockListItem.js @@ -146,8 +146,8 @@ const StockListItem = ({ @@ -161,7 +161,7 @@ const StockListItem = ({ > - + {/* 渲染 query_part,每句带来源悬停提示 */} {Array.isArray(stock.relation_desc?.data) && stock.relation_desc.data.filter(item => item.query_part).map((item, index) => ( {/* 去掉"关联描述"标题 */} - + {relationText}