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