From 81981e6533107a0f1c7cb8993a4b1b34bb34180c Mon Sep 17 00:00:00 2001
From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com>
Date: 星期四, 05 一月 2023 13:24:17 +0800
Subject: [PATCH] 优化实名购买页面与表述

---
 src/views/layout/components/Navbar.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue
index 0395241..de5c1de 100644
--- a/src/views/layout/components/Navbar.vue
+++ b/src/views/layout/components/Navbar.vue
@@ -175,7 +175,8 @@
 </script>
 <style rel="stylesheet/scss" lang="scss" scoped>
 .navbar {
-  height: 60px;
+  height: 80px;
+  padding:10px 0;
   position: fixed;
   z-index: 1000;
   width: 100%;

--
Gitblit v1.9.2