This commit is contained in:
jxxghp
2024-10-09 17:07:18 +08:00
parent b639369846
commit 936be9928d
3 changed files with 9 additions and 6 deletions
+5 -3
View File
@@ -121,9 +121,11 @@ onMounted(() => {
<template>
<VDialog max-width="40rem" scrollable>
<VCard>
<VCardTitle v-if="title">下载 - {{ title }}</VCardTitle>
<VCardTitle v-else>确认下载</VCardTitle>
<DialogCloseBtn @click="emit('close')" />
<VCardItem>
<VCardTitle v-if="title">下载 - {{ title }}</VCardTitle>
<VCardTitle v-else>确认下载</VCardTitle>
<DialogCloseBtn @click="emit('close')" />
</VCardItem>
<VDivider />
<VCardText>
<VRow>
@@ -2,6 +2,7 @@
import api from '@/api'
import { SubscrbieInfo } from '@/api/types'
import { useDisplay } from 'vuetify'
import { VCardTitle } from 'vuetify/lib/components/index.mjs'
// 显示器宽度
const display = useDisplay()
@@ -77,7 +78,7 @@ onBeforeMount(() => {
<template>
<VDialog scrollable max-width="80rem" :fullscreen="!display.mdAndUp.value">
<VCard class="rounded-t">
<VCardItem>
<VCardItem class="my-2">
<DialogCloseBtn @click="emit('close')" />
</VCardItem>
<VCardText>