1
This commit is contained in:
@@ -53,10 +53,13 @@ export default {
|
||||
overflow: hidden;
|
||||
|
||||
@media (max-width: 768px) {
|
||||
min-height: calc(100vh - 48px);
|
||||
min-height: calc(100vh - 48px - 60px); // 减去头部和底部导航
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-y: visible;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
height: auto;
|
||||
max-height: none;
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user