远程控制兼容1670px以下

This commit is contained in:
gaofy 2023-12-28 16:12:42 +08:00
parent 3c24b8d08a
commit 24fcbb6e55

View File

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