修复一些问题
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user