diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index afd1da5..a0752ea 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -158,7 +158,7 @@ watch( transition: all 0.3s; overflow: hidden; position: relative; - z-index: 10; + z-index: 2001; } .logo { @@ -290,7 +290,7 @@ watch( right: 0; bottom: 0; background-color: rgba(255, 255, 255, 0.705); - z-index: 9; + z-index: 2000; backdrop-filter: blur(8px); opacity: 1; transition: opacity 0.3s ease; @@ -305,7 +305,7 @@ watch( left: 0; top: 0; bottom: 0; - z-index: 10; + z-index: 2001; box-shadow: 2px 0 8px rgba(0,0,0,0.15); transform: translateX(0); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); @@ -324,7 +324,7 @@ watch( .header { position: sticky; top: 0; - z-index: 8; + z-index: 1999; } /* 调整主容器样式 */