From cfd86cc980edb66ca7a726de305f024b446e3fef Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Tue, 16 Jun 2026 14:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=97banner=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/index.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index b7099ca9..fd9c1e04 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -2491,6 +2491,28 @@ transform: scale(1); } +@media screen and (max-width:1600px){ + .information_main{ + .in_banner{ + &.bannerByNSCC{ + .bannerMenus .ant-menu li{ + margin: 0 45px !important; + } + } + } + } +} +@media screen and (max-width:1400px){ + .information_main{ + .in_banner{ + &.bannerByNSCC{ + .bannerMenus .ant-menu li{ + margin: 0 25px !important; + } + } + } + } +} @keyframes moveArrow { 0% { transform: translateX(0);