From f5d67b69142c78be1ee996f53b6bb8e4c954761c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期三, 15 十一月 2023 10:06:38 +0800 Subject: [PATCH] 页面跳转修改 --- pages/tabBar/weather/weather.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/tabBar/weather/weather.vue b/pages/tabBar/weather/weather.vue index 0ad52a8..2cac95d 100644 --- a/pages/tabBar/weather/weather.vue +++ b/pages/tabBar/weather/weather.vue @@ -12,7 +12,7 @@ </view> </view> </view> - <view style="height: 85%;"> + <view style="height: 83%;"> <!-- <web-view :src="webViewUrl"></web-view> --> <iframe :src="webViewUrl" width="100%" height="100%"> </iframe> </view> -- Gitblit v1.9.2