From 24fcbb6e559ae693b454997eaae9a6bf39ec60d8 Mon Sep 17 00:00:00 2001 From: gaofy <1014893517@qq.com> Date: Thu, 28 Dec 2023 16:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E6=8E=A7=E5=88=B6=E5=85=BC?= =?UTF-8?q?=E5=AE=B91670px=E4=BB=A5=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/global.scss | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/assets/css/global.scss b/src/assets/css/global.scss index 1a67402..cb3ef77 100644 --- a/src/assets/css/global.scss +++ b/src/assets/css/global.scss @@ -257,15 +257,19 @@ body { 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 +} +@media screen and (max-width: 1670px) { + .remote-part .info-box .row-item { + .tag-value { + margin-left: 5px !important; + padding: 0 10px !important; + font-size: 16px !important; + } + } +}