From 97a0b5216fae9f20ae696afd778431ae7dac5a0c Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Tue, 01 Jul 2025 21:20:58 +0800
Subject: [PATCH] fix:修改顶部无法返回问题

---
 src/components/NavBarPage/index.less |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/NavBarPage/index.less b/src/components/NavBarPage/index.less
index c784e1a..8ef52c0 100644
--- a/src/components/NavBarPage/index.less
+++ b/src/components/NavBarPage/index.less
@@ -20,6 +20,7 @@
 			height: @navBarHeight;
 			line-height: @navBarHeight;
 			padding: 0 16px;
+      z-index: 1004;
 		}
 
 		&-right {
@@ -27,6 +28,7 @@
 			height: @navBarHeight;
 			line-height: @navBarHeight;
 			padding: 0 12px;
+      z-index: 1004;
 		}
 
 		&-title {

--
Gitblit v1.8.0