兼容1370以下分辨率

This commit is contained in:
gaofy 2023-12-28 16:05:21 +08:00
parent 808e03b86d
commit 3c24b8d08a

View File

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