mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
兼容1370以下分辨率
This commit is contained in:
parent
808e03b86d
commit
3c24b8d08a
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user