From dbccfc04eb5a927d690bb75277f614e63d4544c9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 21 Jan 2026 15:54:13 +0800
Subject: [PATCH] 适配64位
---
pages/tabBar/weather/weather.vue | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/pages/tabBar/weather/weather.vue b/pages/tabBar/weather/weather.vue
index 9e2b3f6..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>
@@ -66,12 +66,14 @@
z-index: 1;
}
.navBarBox .navBar {
- background-color:lightgrey;
- height: 45px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
+ background-color:#fff;
+ height: 50px;
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ align-items: center;
+ box-shadow: 0 3px 12px rgba(0,0,0,0.05);
+
}
.barText{
text-align: center;
--
Gitblit v1.9.2