style: modify menu z-index attribute

This commit is contained in:
陈凯龙
2022-02-28 08:52:43 +08:00
parent 3c580420a2
commit 0d7a7781ce
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ export const useRenderLayout = () => {
const renderClassic = () => {
return (
<>
<div class={['absolute top-0 left-0 h-full', { '!fixed z-99': mobile.value }]}>
<div class={['absolute top-0 left-0 h-full', { '!fixed z-3000': mobile.value }]}>
{logo.value ? (
<Logo
class={[