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/count/count.vue | 21 +++++++++------------
1 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/pages/tabBar/count/count.vue b/pages/tabBar/count/count.vue
index 430f114..7e57a8b 100644
--- a/pages/tabBar/count/count.vue
+++ b/pages/tabBar/count/count.vue
@@ -13,11 +13,7 @@
</view>
</view>
<view class="content">
- <u-empty
- text="数据累积中,统计分析模块待呈现……"
- icon="http://cdn.uviewui.com/uview/empty/data.png"
- >
- </u-empty>
+ <u-empty text="数据累积中,统计分析模块待呈现……" mode="data"></u-empty>
</view>
<tabBar :currentPagePath="page"></tabBar>
</view>
@@ -53,7 +49,7 @@
</script>
-<style>
+<style lang='scss' scoped>
.box {
display: flex;
flex-direction: column;
@@ -69,12 +65,13 @@
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