zhaobin created WEEX-300:
----------------------------
Summary:
<div></div>用border的时候在iphone8plus和iphone7plus(6p没有测,估计一样)会出现多余线条。
Key: WEEX-300
URL: https://issues.apache.org/jira/browse/WEEX-300
Project: Weex
Issue Type: Bug
Components: iOS, Web Renderer
Affects Versions: 0.18
Environment: weex 0.18
weex playground
iphone 8plus
Reporter: zhaobin
Assignee: xingZhang
Attachments: image-2018-04-24-11-22-58-222.png
{code:java}
<template>
<div id="app">
<div class="test-item"></div>
<div class="test-item"></div>
<div class="test-item"></div>
</div>
</template>
<style scoped>
.test-item {
width: 570px;
height: 130px;
background-color: green;
border-left-width: 5px;
border-left-color: #000;
}
</style>
{code}
正常应该只有左边框,在我小米note3下是没问题的,iphone6下测试也没有问题,只有iphone7p/8p机型会出现多余线条。附件可见。
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)