From 34290e28db47263feb1212e9709e070dd1231794 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 29 Oct 2025 17:07:45 +0800
Subject: [PATCH] feat: 底部border
---
src/App.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index c88e0e3..bb5c52a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -46,6 +46,9 @@
}
}
}
+.uni-tabbar-border{
+ background-color: #f6f6f6 !important;
+}
.uni-page-head__title {
font-family: Source Han Sans CN, Source Han Sans CN !important;
font-weight: 400 !important;
--
Gitblit v1.9.3