diff --git a/src/views/Community/components/DynamicNews/DynamicNewsCard.js b/src/views/Community/components/DynamicNews/DynamicNewsCard.js index 5042088b..b82665e7 100644 --- a/src/views/Community/components/DynamicNews/DynamicNewsCard.js +++ b/src/views/Community/components/DynamicNews/DynamicNewsCard.js @@ -638,8 +638,8 @@ const [currentMode, setCurrentMode] = useState('vertical'); overflow="visible" zIndex={1} > - {/* 内容区域 - 撑满剩余高度 */} - + {/* 内容区域 */} + {/* Loading 蒙层 - 数据请求时显示 */} {loading && ( {/* 主线卡片横向排列容器 */} @@ -962,7 +966,8 @@ const MainlineTimelineViewComponent = forwardRef( p={3} pt={1} align="stretch" - w="max-content" + display="inline-flex" + minW="max-content" > {mainlines.map((mainline) => { const groupId =