修复一些问题

This commit is contained in:
李琦
2026-07-09 08:53:36 +08:00
parent 497d0a840f
commit 5d6f34ecee
6 changed files with 500 additions and 229 deletions

View File

@@ -133,7 +133,7 @@ function handleLogout() {
background: rgba(0, 0, 0, 0.2);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
z-index: 1000;
z-index: 1;
}
.mask-enter {
@@ -156,7 +156,7 @@ function handleLogout() {
width: 75%;
height: 100%;
background: var(--drawer-bg);
z-index: 1001;
z-index: 1;
display: flex;
flex-direction: column;
box-shadow: 16rpx 0 48rpx rgba(0, 0, 0, 0.1);

View File

@@ -129,7 +129,7 @@ function switchTab(name: string) {
bottom: 0;
left: 0;
right: 0;
z-index: 10;
z-index: 1;
height: 168rpx;
background: #ffffff;
border-top: 1rpx solid rgba(0, 0, 0, 0.05);