1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

fix: change notification drawer position

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-21 15:17:42 +08:00
parent 76a5508d99
commit 60fde2a9a8

View File

@ -144,7 +144,7 @@ const active = ref(false)
</div>
</template>
</Nav>
<div id="drawer-target" class="grow relative overflow-hidden">
<div class="grow relative overflow-hidden">
<router-view></router-view>
</div>
<n-drawer
@ -153,9 +153,6 @@ const active = ref(false)
:height="200"
placement="right"
:show-mask="false"
:trap-focus="false"
:block-scroll="false"
to="#drawer-target"
>
<n-drawer-content title="通知中心"> 通知中心列表卡片 </n-drawer-content>
</n-drawer>