From 46139845de7eea278856ed16b831468f22736e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= <2897217417@qq.com> Date: Wed, 7 Jan 2026 16:43:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8zoom=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E5=B0=8F=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.css | 19 +++++++++++++++++++ src/factory/index.jsx | 2 +- .../Main/projecthome/v2/components/banner.jsx | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 57580bf85..919ca1414 100644 --- a/src/App.css +++ b/src/App.css @@ -165,4 +165,23 @@ body { } .opacity4 { opacity: 0.4; +} + +@media screen and (max-width: 1366px) { + body{ + zoom: 0.75; + } + .eco_home_banner{ + height: calc(100vh * 1.85) !important; + } + body .fullscreen-element{ + width: 133vw; + height: 135vh; + } + body .news .header-content, body .manual, body .news-detail .news-detail-header .ant-breadcrumb, body .version .manual{ + padding: 0 calc((133vw - 1600px) / 2); + } + body .news .header-right{ + width: 53vw; + } } \ No newline at end of file diff --git a/src/factory/index.jsx b/src/factory/index.jsx index d01f18ae1..0f1c2d378 100644 --- a/src/factory/index.jsx +++ b/src/factory/index.jsx @@ -198,7 +198,7 @@ function Index(props) { return (
-
+
diff --git a/src/forge/Main/projecthome/v2/components/banner.jsx b/src/forge/Main/projecthome/v2/components/banner.jsx index da9f6a470..1dfe071bc 100644 --- a/src/forge/Main/projecthome/v2/components/banner.jsx +++ b/src/forge/Main/projecthome/v2/components/banner.jsx @@ -85,7 +85,7 @@ function Banner({isVisible}) { }, []); return ( -
+
{/* 主要内容区域 */}