mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
网络测试弹窗小屏下全屏
This commit is contained in:
@@ -263,6 +263,7 @@ onMounted(() => {
|
|||||||
v-if="netTestDialog"
|
v-if="netTestDialog"
|
||||||
v-model="netTestDialog"
|
v-model="netTestDialog"
|
||||||
max-width="35rem"
|
max-width="35rem"
|
||||||
|
:fullscreen="displayWidth < (35 * 16)"
|
||||||
>
|
>
|
||||||
<VCard title="网络测试">
|
<VCard title="网络测试">
|
||||||
<DialogCloseBtn @click="netTestDialog = false" />
|
<DialogCloseBtn @click="netTestDialog = false" />
|
||||||
|
|||||||
Reference in New Issue
Block a user