From 3c24b8d08a8163f8364482bae1c82794382c117d Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Thu, 28 Dec 2023 16:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B91370=E4=BB=A5=E4=B8=8B?= =?UTF-8?q?=E5=88=86=E8=BE=A8=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/global.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/assets/css/global.scss b/src/assets/css/global.scss index 551b55a..1a67402 100644 --- a/src/assets/css/global.scss +++ b/src/assets/css/global.scss @@ -245,4 +245,27 @@ body { justify-content: flex-end; } } +} + + +// 适配1366 +@media screen and (max-width: 1370px) { + .page-content>.head-box { + justify-content: flex-start !important; + padding-left: 24px !important; + .logo-box { + display: none !important; + } + } + .remote-part .content.is-total .info-box .row-item .tag-value { + margin-left: 20px !important; + padding: 0 10px !important; + font-size: 16px !important; + } + .home-page .left-content { + .header-box, + .echart-item { + overflow: hidden; + } + } } \ No newline at end of file