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:
parent
76a5508d99
commit
60fde2a9a8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user