the unilateral border is not supported on iOS for scroller now,  we are
trying to.

thx

2017-06-04 23:11 GMT+08:00 南 <qiandua...@qq.com>:

> hi all:
>
> I find a bug when i use weex(0.11), set border-bottom with scroller
> component is not work at ios.
> and is ok at android.
>
> this is my code:
> the red border-bottom is not appear at ios.
> <template>
>   <div class="container">
>     <scroller
>         class="scroller"
>         scroll-direction="horizontal"
>     >
>       <div class="item">
>         <text class="item-text">one</text>
>       </div>
>       <div class="item">
>         <text class="item-text">two</text>
>       </div>
>     </scroller>
>   </div>
> </template>
> <style>
>   .scroller {
>     height: 100px;
>     width: 750px;
>     background-color: #ccc;
>     border-bottom-style: solid;
>     border-bottom-width: 1px;
>     border-color: #f00;
>     flex-direction: row;
>   }
>   .item {
>     padding-left:20px;
>     padding-right: 20px;
>   }
>   .item-text {
>     color: #000;
>     font-size: 50px;
>     line-height: 100px;
>   }
> </style>

Reply via email to