From 32b9554e699a7b1af96fecce39862703df82c492 Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Wed, 19 Nov 2025 20:37:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=83=BD=E7=81=AB=E8=A6=81?= =?UTF-8?q?=E9=97=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/news/body/FireNews/FireNewsList.tsx | 4 ++-- app/components/news/body/FireNews/fhyw.tsx | 6 +++--- app/components/news/header/TopNav.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/news/body/FireNews/FireNewsList.tsx b/app/components/news/body/FireNews/FireNewsList.tsx index 5c29c71..dadf8e6 100644 --- a/app/components/news/body/FireNews/FireNewsList.tsx +++ b/app/components/news/body/FireNews/FireNewsList.tsx @@ -57,7 +57,7 @@ export function FireNewsList() { return (
{/* 文章列表 */} -
+
{/* 标题栏 */}

烽火要闻

@@ -71,7 +71,7 @@ export function FireNewsList() { {/* 文章列表 */}
{articles.map((article, index) => ( -
+
{/* 左侧竖线和日期 */}
diff --git a/app/components/news/body/FireNews/fhyw.tsx b/app/components/news/body/FireNews/fhyw.tsx index 7244e31..331a4fc 100644 --- a/app/components/news/body/FireNews/fhyw.tsx +++ b/app/components/news/body/FireNews/fhyw.tsx @@ -3,14 +3,14 @@ import {FireNewsList} from "./FireNewsList"; export function FhywPage() { return( -
+
{/* 轮播背景图 - 确保有明确尺寸 */} -
+
{/* 固定的烽火要闻 */} -
+
diff --git a/app/components/news/header/TopNav.tsx b/app/components/news/header/TopNav.tsx index 8eaf5ed..d9791e5 100644 --- a/app/components/news/header/TopNav.tsx +++ b/app/components/news/header/TopNav.tsx @@ -45,7 +45,7 @@ export function TopNav({ return ( // 将组件宽度调整为1514px,并保持居中 -
+
{/* 搜索框与导航菜单组合 */}
{/* 搜索框 */}