mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 23:37:34 +08:00
名称测试弹窗小屏下全屏
This commit is contained in:
@@ -7,6 +7,10 @@ import ModuleTestView from '@/views/system/ModuleTestView.vue'
|
||||
import MessageView from '@/views/system/MessageView.vue'
|
||||
import store from '@/store'
|
||||
import api from '@/api'
|
||||
import { useDisplay } from 'vuetify'
|
||||
|
||||
// 显示器宽度
|
||||
const displayWidth = useDisplay().width
|
||||
|
||||
// App捷径
|
||||
const appsMenu = ref(false)
|
||||
@@ -245,6 +249,7 @@ onMounted(() => {
|
||||
v-if="nameTestDialog"
|
||||
v-model="nameTestDialog"
|
||||
max-width="50rem"
|
||||
:fullscreen="displayWidth < (50 * 16)"
|
||||
>
|
||||
<VCard title="名称识别测试">
|
||||
<DialogCloseBtn @click="nameTestDialog = false" />
|
||||
|
||||
Reference in New Issue
Block a user