From 389e1114f623aff07e7fe4502954e47a2752dcec Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Tue, 23 Apr 2024 16:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dheo=E9=A1=B6=E9=83=A8?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E6=97=A0=E6=B3=95=E7=94=A8notion-config?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/Hero.js | 163 +++++++++++++++++----------------- 1 file changed, 80 insertions(+), 83 deletions(-) diff --git a/themes/heo/components/Hero.js b/themes/heo/components/Hero.js index 9143e064..d5462707 100644 --- a/themes/heo/components/Hero.js +++ b/themes/heo/components/Hero.js @@ -18,16 +18,13 @@ const Hero = props => { const HEO_HERO_REVERSE = siteConfig('HEO_HERO_REVERSE', false, CONFIG) return (
+ id='hero-wrapper' + className='recent-top-post-group w-full overflow-hidden select-none px-5 mb-4'>
+ recent-post-top rounded-[12px] 2xl:px-5 recent-top-post-group max-w-[86rem] overflow-x-scroll w-full mx-auto flex-row flex-nowrap flex relative`}> {/* 左侧banner组 */} @@ -49,9 +46,8 @@ function BannerGroup(props) { return ( // 左侧英雄区
+ id='bannerGroup' + className='flex flex-col justify-between flex-1 mr-2 max-w-[42rem]'> {/* 动图 */} {/* 导航分类 */} @@ -78,17 +74,16 @@ function Banner(props) { return (
-