From 825954e43f77b622454e777fb7c313fcc82146a9 Mon Sep 17 00:00:00 2001 From: xiezhouwei Date: Wed, 17 Jun 2026 16:28:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A8=A1=E5=9E=8B=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=B3=E4=BE=A7=E5=88=97=E8=A1=A8=E8=A2=AB=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=81=AE=E6=8C=A1\n\n=E6=A0=B9?= =?UTF-8?q?=E5=9B=A0=EF=BC=9APageLayout.jsx=20=E7=AC=AC=20325=20=E8=A1=8C?= =?UTF-8?q?=20
=20=E4=B8=BA=20position:=20fixed;=20top:=200\n?= =?UTF-8?q?=EF=BC=88h-14,=2056px=EF=BC=89=EF=BC=8C=E5=9C=A8=20/pricing=20?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=B8=8B=E4=B9=9F=E6=98=BE=E7=A4=BA=E3=80=82?= =?UTF-8?q?=E4=BD=86=20models-page-layout\n=E4=BD=BF=E7=94=A8=20height:=20?= =?UTF-8?q?calc(100vh=20-=2060px)=20=E8=80=8C=E9=9D=9E=20padding-top=20?= =?UTF-8?q?=E5=81=8F=E7=A7=BB=EF=BC=8C=E5=AF=BC=E8=87=B4\n=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E4=BB=8E=E8=A7=86=E5=8F=A3=E9=A1=B6=E9=83=A8=EF=BC=88?= =?UTF-8?q?y=3D0=EF=BC=89=E5=BC=80=E5=A7=8B=EF=BC=8C=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E8=A2=AB=E5=9B=BA=E5=AE=9A=E5=A4=B4=E9=83=A8=E9=81=AE=E7=9B=96?= =?UTF-8?q?=E3=80=82\n\n=E4=BF=AE=E6=94=B9=EF=BC=9A\n-=20models-page-layou?= =?UTF-8?q?t:=20padding:=2056px=2024px=200=20+=20height:=20100vh=20+\n=20?= =?UTF-8?q?=20box-sizing:=20border-box=EF=BC=8C=E4=BD=BF=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=BB=8E=E5=9B=BA=E5=AE=9A=E5=A4=B4=E9=83=A8=E4=B8=8B=E6=96=B9?= =?UTF-8?q?=E5=BC=80=E5=A7=8B\n-=20models-sidebar:=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=20padding=EF=BC=88padding:=200=2016px=2024px?= =?UTF-8?q?=200=EF=BC=89=EF=BC=8C\n=20=20=E9=81=BF=E5=85=8D=E4=B8=8E?= =?UTF-8?q?=E5=A4=96=E5=B1=82=20padding-top=20=E5=8F=A0=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/src/index.css b/web/src/index.css index ad6a070..ddb9b74 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -1437,17 +1437,18 @@ html.dark .with-pastel-balls::before { display: flex; max-width: 1440px; margin: 0 auto; - padding: 0 24px; + padding: 56px 24px 0; gap: 32px; - height: calc(100vh - 60px); + height: 100vh; overflow: hidden; + box-sizing: border-box; } .models-sidebar { width: 280px; flex-shrink: 0; overflow-y: auto; - padding: 24px 16px 24px 0; + padding: 0 16px 24px 0; border-right: 1px solid var(--border-color, #e5e7eb); }