@@ -1202,6 +1202,16 @@ export default {
display: flex;
flex-direction: column;
overflow: hidden;
+ /* #ifdef APP-PLUS */
+ /* App 端页面链路多为 height:auto,100% 无法形成确定高度,flex+scroll-view 会整体塌陷 */
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ width: 100%;
+ height: auto;
+ /* #endif */
}
/* 上 4/7 内容区,下 3/7 数字键区(随屏高同比伸缩) */
@@ -1266,6 +1266,16 @@ export default {