调整页面布局,修复滚动和高度问题
This commit is contained in:
@@ -128,7 +128,9 @@ const handleTabClick = (path) => {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75));
|
||||
padding-top: max(0px, calc(env(safe-area-inset-top, 0px) * 0.75));
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* TabBar 固定在底部 */
|
||||
|
||||
Reference in New Issue
Block a user