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; + } + } +}