<template>
<list class="list">
<header class="header"></header>
</list>
</template>
<script src="./index.js"></script>
<style lang="scss" scoped>
.list {
background-color: pink;
}
.header {
width: 750rpx;
height: 100rpx;
background-color: bisque;
}
</style>
- 发布:2021-10-15 16:26
- 更新:2021-10-22 18:07
- 阅读:622
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS Big Sur 11.6
HBuilderX类型: Alpha
HBuilderX版本号: 3.2.10
手机系统: iOS
手机系统版本号: IOS 14
手机厂商: 模拟器
手机机型: iPhone 13
页面类型: nvue
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
模拟器运行即可
模拟器运行即可
预期结果:
显示正常
显示正常
实际结果:
显示多了一块
显示多了一块
青阳_1900 (作者)
3.2.9正常的,安卓没测
2021-10-15 16:40