fix ui layout

This commit is contained in:
jxxghp
2024-10-19 20:19:30 +08:00
parent bdd0cdbe55
commit deabf23475
12 changed files with 20 additions and 14 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ import store from '@/store'
import { useDisplay } from 'vuetify'
// APP
const appMode = inject('appMode')
const display = useDisplay()
const appMode = inject('pwaMode') && display.mdAndDown.value
// 输入参数
const props = defineProps({