?????? set border-bottom with scroller component??ios?? is not work

2017-06-06 Thread nan
ok thanks


--  --
??: "xing zhang";<zhangxing610...@gmail.com>;
: 2017??6??5??(??) 10:57
??: "dev"<dev@weex.incubator.apache.org>; 

????: Re: set border-bottom with scroller component??ios?? is not work



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.
> 
>   
>  class="scroller"
> scroll-direction="horizontal"
> >
>   
> one
>   
>   
> two
>   
> 
>   
> 
> 
>   .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;
>   }
> 

Re: set border-bottom with scroller component(ios) is not work

2017-06-04 Thread xing zhang
the unilateral border is not supported on iOS for scroller now,  we are
trying to.

thx

2017-06-04 23:11 GMT+08:00 南 :

> 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.
> 
>   
>  class="scroller"
> scroll-direction="horizontal"
> >
>   
> one
>   
>   
> two
>   
> 
>   
> 
> 
>   .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;
>   }
> 


set border-bottom with scroller component??ios?? is not work

2017-06-04 Thread ??
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.

  

  
one
  
  
two
  

  


  .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;
  }