Commit 0cd36275 authored by hbcui1984's avatar hbcui1984

解决webview模式选项卡父子webview之间有道缝隙的问题

parent 3e60b075
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
mui.init(); mui.init();
var subpages = ['tab-webview-subpage-about.html', 'tab-webview-subpage-chat.html', 'tab-webview-subpage-contact.html', 'tab-webview-subpage-setting.html']; var subpages = ['tab-webview-subpage-about.html', 'tab-webview-subpage-chat.html', 'tab-webview-subpage-contact.html', 'tab-webview-subpage-setting.html'];
var subpage_style = { var subpage_style = {
top: '46px', top: '44px',
bottom: '50px' bottom: '50px'
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment