diff --git a/app/components/news/body/FireNews/FireNewsList.tsx b/app/components/news/body/FireNews/FireNewsList.tsx index e9b7109..5c29c71 100644 --- a/app/components/news/body/FireNews/FireNewsList.tsx +++ b/app/components/news/body/FireNews/FireNewsList.tsx @@ -57,25 +57,24 @@ export function FireNewsList() { return (
{/* 文章列表 */} -
+
{/* 标题栏 */}
-

烽火要闻

+

烽火要闻

{/* 文章列表 */} -
+
{articles.map((article, index) => (
{/* 左侧竖线和日期 */}
-
+
{article.date.month}
{article.date.day}
@@ -83,7 +82,7 @@ export function FireNewsList() {
{/* 右侧文章内容 */}