From c86d0f735155c9806930b7ca7ed3b97560f0a757 Mon Sep 17 00:00:00 2001
From: zzc <1761997216@qq.com>
Date: Wed, 11 Feb 2026 15:50:55 +0800
Subject: [PATCH] feat: alipay navbar
---
components/NavBar/NavBar.vue | 23 +++++++++++------------
pages.json | 6 +++++-
utils/system.js | 17 +++++++++++++----
3 files changed, 29 insertions(+), 17 deletions(-)
diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue
index 65e8ea0..a6cf15c 100644
--- a/components/NavBar/NavBar.vue
+++ b/components/NavBar/NavBar.vue
@@ -15,16 +15,14 @@
height: navBarHeight + 'px',
paddingTop: statusBarHeight + 'px',
backgroundColor: transparent ? 'transparent' : background,
- color: color
+ color: color,
+ boxSizing: 'border-box',
}"
>
- ‹
+ ‹
{{ title }}
@@ -33,7 +31,7 @@