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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Nav>
|
</Nav>
|
||||||
<div id="drawer-target" class="grow relative overflow-hidden">
|
<div class="grow relative overflow-hidden">
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</div>
|
</div>
|
||||||
<n-drawer
|
<n-drawer
|
||||||
@ -153,9 +153,6 @@ const active = ref(false)
|
|||||||
:height="200"
|
:height="200"
|
||||||
placement="right"
|
placement="right"
|
||||||
:show-mask="false"
|
:show-mask="false"
|
||||||
:trap-focus="false"
|
|
||||||
:block-scroll="false"
|
|
||||||
to="#drawer-target"
|
|
||||||
>
|
>
|
||||||
<n-drawer-content title="通知中心"> 通知中心列表卡片 </n-drawer-content>
|
<n-drawer-content title="通知中心"> 通知中心列表卡片 </n-drawer-content>
|
||||||
</n-drawer>
|
</n-drawer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user