mirror of
https://github.com/Chanzhaoyu/chatgpt-web.git
synced 2025-02-16 09:55:28 +00:00
fix: 移动端塌缩
This commit is contained in:
parent
3dff5bd4c8
commit
0f51e51827
@ -89,7 +89,7 @@ watch(
|
||||
</div>
|
||||
</NLayoutSider>
|
||||
<template v-if="isMobile">
|
||||
<div v-show="!collapsed" class="fixed inset-0 z-40 bg-black/40" @click="handleUpdateCollapsed" />
|
||||
<div v-show="!collapsed" class="fixed inset-0 z-40 w-full h-full bg-black/40" @click="handleUpdateCollapsed" />
|
||||
</template>
|
||||
<PromptStore v-model:visible="show" />
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user