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/12/05 09:58:51 UTC

[GitHub] [incubator-weex] wangxiongtao commented on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉

wangxiongtao commented on issue #3060: [Android]list组件和refresh组件配合使用下拉刷新时,对list和refresh单独设置背景颜色时中间有一条白线怎么去掉
URL: https://github.com/apache/incubator-weex/issues/3060#issuecomment-562057150
 
 
   表示不起作用啊 我entry.js这么设置的
   import Vue from "vue";
   import weex from "weex-vue-render";
   
   
   const meta = weex.requireModule('meta');
   meta.setViewport({
     roundOffDeviation: false
   });
   weex.init(Vue);
   
   

----------------------------------------------------------------
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