diff --git a/web/src/index.css b/web/src/index.css index 1f645b3..3bb7771 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1299,6 +1299,10 @@ html:not(.dark) .hero-blur-ball-2 { padding: 48px 24px; background-color: var(--semi-color-bg-0); border-top: 1px solid var(--semi-color-border); + /* Footer 不需要强制全屏高度 */ + min-height: auto !important; + /* 内容高度自适应,允许超出 */ + height: auto !important; } @media (min-width: 768px) { diff --git a/web/src/pages/Home/components/HomePageFooter.jsx b/web/src/pages/Home/components/HomePageFooter.jsx index 1245f02..d49287a 100644 --- a/web/src/pages/Home/components/HomePageFooter.jsx +++ b/web/src/pages/Home/components/HomePageFooter.jsx @@ -35,7 +35,7 @@ const HomePageFooter = () => { ]; return ( -