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 2018/12/26 05:35:38 UTC

[GitHub] farwolf2010 opened a new issue #1966: android 20.0sdk,richtext 放多个image子元素会出现随机不显示的现象

farwolf2010 opened a new issue #1966: android 20.0sdk,richtext 放多个image子元素会出现随机不显示的现象
URL: https://github.com/apache/incubator-weex/issues/1966
 
 
   <template>
       <div style="align-items: center;justify-content: center">
           <!--<text>{{txt}}</text>-->
          <!--<zoomimage style="width: 500px;height: 500px;background-color: red"></zoomimage>-->
           <!--<image style="width: 100px;height: 100px" src="root:img/logo.png"></image>-->
         <richtext>
             <image style="width: 100px;height: 100px" src="https://www.baidu.com/img/bd_logo1.png?where=super"></image>
             <span style="color: blue;font-size: 50px">2222</span>
             <span style="color: blue;font-size: 50px">2222</span>
             <span style="color: blue;font-size: 50px">2222</span>
             <span style="color: yellow;font-size: 30px">2222</span>
             <span style="color: yellow;font-size: 70px">2222</span>
             <span style="color: purple;font-size: 50px">2222</span>
             <image style="width: 100px;height: 100px" src="https://www.baidu.com/img/bd_logo1.png?where=super"></image>
             <image style="width: 100px;height: 100px" src="https://www.baidu.com/img/bd_logo1.png?where=super"></image>
             <image style="width: 100px;height: 100px" src="https://www.baidu.com/img/bd_logo1.png?where=super"></image>
             <span style="color: blue;font-size: 50px">2222</span>
             <span style="color: blue;font-size: 50px">2222</span>
             <image style="width: 100px;height: 100px" src="https://www.baidu.com/img/bd_logo1.png?where=super"></image>
             <span style="color: blue;font-size: 50px">2222</span>
   
         </richtext>
       </div>
   </template>
   <script>
     export default{
       props: {},
       data () {
   
       },
       methods: {
   
         okk(){
        
         },
         chathello(){
   
         },
         chat11(){
   
         },
         tenv(){
   
         },
         ok(){
   
         },
         chat(){
   
         },
         onLoad(){
   
         }
   
       },
       created () {
   
       }
     }
   </script>
   <style scoped>
   
   </style>
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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