From 7b22e448be4428c2049e0cc3f9420b837efbc715 Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Fri, 21 Nov 2025 16:23:14 +0800 Subject: [PATCH] =?UTF-8?q?train=E4=BF=AE=E6=94=B9=E6=9C=80=E7=BB=88?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/news/body/Train.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/news/body/Train.tsx b/app/components/news/body/Train.tsx index 75588d9..3536687 100644 --- a/app/components/news/body/Train.tsx +++ b/app/components/news/body/Train.tsx @@ -50,10 +50,10 @@ const Train = () => { const gridItems = [ { src: '/logo/logo1.png', colSpan: 1, link: '' }, { src: '/images/carousel-3.jpg', colSpan: 2, link: 'https://www.baidu.com' }, - { src: '/images/carousel-4.jpg', colSpan: 2, link: 'https://www.baidu.com' }, + { src: '/images/carousel-4.jpg', colSpan: 3, link: 'https://www.baidu.com' }, { src: '/logo/logo2.png', colSpan: 1, link: '' }, { src: '/images/carousel-5.jpg', colSpan: 1, link: 'https://www.baidu.com' }, - { src: '/images/carousel-7.jpg', colSpan: 5, link: 'https://www.baidu.com' }, + { src: '/images/carousel-7.jpg', colSpan: 3, link: 'https://www.baidu.com' }, ]; {/* 弹性 默认纵向 大屏横向 */ } return ( @@ -113,7 +113,7 @@ const Train = () => { {item.colSpan > 1 && item.link && ( { e.preventDefault(); window.open(item.link, '_blank');