mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
规则测试弹窗小屏时全屏
This commit is contained in:
@@ -304,6 +304,7 @@ onMounted(() => {
|
|||||||
v-model="ruleTestDialog"
|
v-model="ruleTestDialog"
|
||||||
max-width="50rem"
|
max-width="50rem"
|
||||||
scrollable
|
scrollable
|
||||||
|
:fullscreen="displayWidth < (50 * 16)"
|
||||||
>
|
>
|
||||||
<VCard title="优先级测试">
|
<VCard title="优先级测试">
|
||||||
<DialogCloseBtn @click="ruleTestDialog = false" />
|
<DialogCloseBtn @click="ruleTestDialog = false" />
|
||||||
|
|||||||
Reference in New Issue
Block a user