You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/07/12 04:04:53 UTC

[GitHub] [incubator-weex] tonlion opened a new issue #2694: [Android]border-radius and border-width and border-color error

tonlion opened a new issue #2694: [Android]border-radius and border-width and border-color error
URL: https://github.com/apache/incubator-weex/issues/2694
 
 
   if border-radius less than border-width,border-radius not take effect。
   if border-color has alpha, the color of Corner is dark than border。
   here is code
   ```
   <template>
     <div>
       <div class="img"style="width: 300px; height: 300px;">
       </div>
     </div>
   </template>
   
   <style scoped>
     .img {
     margin-top: 20px;
     margin-left:20px;
     border-radius:10px;
     background-color:green;
     border-width:30px;
     border-color: rgba(0,0,0,.5);
     }
   </style>
   
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services