- 当前 Bug 的表现(可附上截图)
我左上角画的白色返回角出来个黑色,这个之前一直好使,没明白这黑色哪来的,手机上看没毛病,就是模拟器上看着闹心。
还有模拟器上貌似图片预览不好使了,走debugger了但是没预览,这个手机也没毛病,就是模拟器不好使了,看着难受。图就不截了
- 预期表现
- 复现路径
- 提供一个最简复现 Demo
<!--title Bar--> < view class = 'title-bar-view' > < view bindtap = 'backPage' class = 'arrow-view' > < view class = 'arrow' ></ view > </ view > < view class = 'title-name' ></ view > </ view > |
page { background-color : #f6f7f7 ; } .title-bar-view{ width : 100% ; height : 150 rpx; background-color : #f95415 ; position : fixed ; top : 0 ; } .arrow-view{ width : 65 rpx; height : 150 rpx; } .arrow{ width : 25 rpx; height : 25 rpx; border-bottom : 2px solid white ; border-left : 2px solid white ; position : absolute ; left : 40 rpx; transform: rotate( 45 deg); top : 72 rpx; } .title-name{ color : white ; position : absolute ; text-align : center ; font-size : 34 rpx; top : 64 rpx; left : 60 rpx; right : 60 rpx; letter-spacing : 6 rpx; } |
你好,所提的两个都是已知问题,会尽快修复哈
欧了