名称测试弹窗小屏下全屏

This commit is contained in:
Allen
2024-04-24 17:28:30 +08:00
parent 3e109bd27c
commit db60f02745

View File

@@ -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" />