From 0cd362752166e4e9ef2e5b3bb6e2abd3836026b3 Mon Sep 17 00:00:00 2001 From: hbcui1984 Date: Tue, 1 Sep 2015 16:01:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3webview=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=8D=A1=E7=88=B6=E5=AD=90webview=E4=B9=8B?= =?UTF-8?q?=E9=97=B4=E6=9C=89=E9=81=93=E7=BC=9D=E9=9A=99=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-mui/examples/tab-webview-main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello-mui/examples/tab-webview-main.html b/examples/hello-mui/examples/tab-webview-main.html index 80350c97..0d86c70a 100644 --- a/examples/hello-mui/examples/tab-webview-main.html +++ b/examples/hello-mui/examples/tab-webview-main.html @@ -46,7 +46,7 @@

首页

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 subpage_style = { - top: '46px', + top: '44px', bottom: '50px' };