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