Skip to content

Commit

Permalink
窗体小于 800px 高时的兼容样式 #18
Browse files Browse the repository at this point in the history
  • Loading branch information
itorr committed Aug 25, 2022
1 parent ec03016 commit a16ee2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions html/document.less
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,13 @@ html[data-permission-state="true"]{
}
}


@media (max-height:800px) {
.app{
position: absolute;
top: 0;
left: 0;
right: 0;
min-height: 600px;
}
}

0 comments on commit a16ee2b

Please sign in to comment.