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 ( -
+
{/* 主要内容区域 */}