template v-if=newPatientdiv class=index内容/div /template stylehtml,body {height: 100vh;overflow-x: hidden;overflow-y: hidden;}.index {background-color: #ff9a71;overflow-y: auto;...

<template v-if="newPatient"> <div class='index'> 内容 </div> </template> <style> html,body { height: 100vh; overflow-x: hidden; overflow-y: hidden; } .index { background-color: #ff9a71; overflow-y: auto; height:100vh; position: fixed; top:0; background-repeat: no-repeat; } </style> mounted中再加一句JS代码: document.documentElement.style.overflow='hidden';
沃梦达教程
本文标题为:解决IOS中h5页面拉到最下边会漏浏览器自带的白底


基础教程推荐
猜你喜欢
- Android实现短信验证码输入框 2023-04-29
- iOS Crash常规跟踪方法及Bugly集成运用详细介绍 2023-01-18
- Android开发Compose集成高德地图实例 2023-06-15
- Android Compose自定义TextField实现自定义的输入框 2023-05-13
- iOS开发 全机型适配解决方法 2023-01-14
- IOS获取系统相册中照片的示例代码 2023-01-03
- MVVMLight项目Model View结构及全局视图模型注入器 2023-05-07
- iOS中如何判断当前网络环境是2G/3G/4G/5G/WiFi 2023-06-18
- iOS开发使用XML解析网络数据 2022-11-12
- Flutter进阶之实现动画效果(三) 2022-10-28