Jony created WEEX-238:
-------------------------
Summary: Weex SDK update 0.18 Style error
Key: WEEX-238
URL: https://issues.apache.org/jira/browse/WEEX-238
Project: Weex
Issue Type: Bug
Reporter: Jony
Assignee: Adam Feng
[https://github.com/myliuyx/source/blob/master/1520323376.mp4]
We have updated the style issues found after 0.18.
After trying to find is the issue of "box - shadow".
When we commented, "box shadow" after don't have problems.
This is our code fragment
```
<cellclass="demo-list-cell-container">
<divclass="demo-list-cell"v-for="(v,i)
inrows[0].items"append="tree":index="i":key="i"@click="handle(v.type)">
<textclass="demo-list-cell-text">\{{v.name}}</text>
<textclass="demo-list-cell-icon"></text>
</div>
</cell>
.demo-list-cell-container {
width: 700px;
box-shadow: 1px 1px 2px solid grey;
margin-right: 25px;
}
```
[https://github.com/bmfe/eros-template] This is our code
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)