mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
消息中心弹窗小屏时全屏
This commit is contained in:
@@ -334,6 +334,7 @@ onMounted(() => {
|
|||||||
v-model="messageDialog"
|
v-model="messageDialog"
|
||||||
max-width="60rem"
|
max-width="60rem"
|
||||||
scrollable
|
scrollable
|
||||||
|
:fullscreen="displayWidth < (60 * 16)"
|
||||||
>
|
>
|
||||||
<VCard title="消息中心">
|
<VCard title="消息中心">
|
||||||
<DialogCloseBtn @click="messageDialog = false" />
|
<DialogCloseBtn @click="messageDialog = false" />
|
||||||
|
|||||||
Reference in New Issue
Block a user