- 发布:2021-10-13 14:01
- 更新:2021-10-13 21:21
- 阅读:398
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS High sierra 10.13.2
HBuilderX类型: 正式
HBuilderX版本号: 3.2.9
手机系统: 全部
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
示例代码:
<template>
<scroll-view scroll-y="true" style="height: 100vh;">
<view class="list-item-text">
<text>1</text>
</view>
<view class="list-item-text">
<text>2</text>
</view>
</scroll-view>
</template>
<script>
export default {
data() {
return {}
},
methods: {}
}
</script>
<style scoped lang="scss">
.list-item-text{
background: red;
height: 100vh;
border-bottom: 30rpx solid #333;
color:$uni-color-primary ;
}
</style>
<template>
<scroll-view scroll-y="true" style="height: 100vh;">
<view class="list-item-text">
<text>1</text>
</view>
<view class="list-item-text">
<text>2</text>
</view>
</scroll-view>
</template>
<script>
export default {
data() {
return {}
},
methods: {}
}
</script>
<style scoped lang="scss">
.list-item-text{
background: red;
height: 100vh;
border-bottom: 30rpx solid #333;
color:$uni-color-primary ;
}
</style>
操作步骤:
style 如果删掉scoped lang="scss" 则功能恢复
style 如果删掉scoped lang="scss" 则功能恢复
预期结果:
当页面<style>使用lang="scss"时 整个页面将不能滚动
希望页面内可以正常使用
当页面<style>使用lang="scss"时 整个页面将不能滚动
希望页面内可以正常使用
实际结果:
style 如果删掉scoped lang="scss" 则功能恢复
style 如果删掉scoped lang="scss" 则功能恢复
bug描述:
当页面<style>使用lang="scss"时 整个页面将不能滚动
style 如果删掉scoped lang="scss" 则功能恢复
1***@163.com (作者)
H5和小程序都没有问题 只有链接真机调试app的时候这样
2021-10-14 10:16
DCloud_UNI_Anne
回复 1***@163.com: 更新到最新版本HBuilderX3.2.10.20211013-alpha,是否还有此问题?
2021-10-14 14:07