mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 17:26:41 +08:00
优化对话框组件的样式和属性设置
This commit is contained in:
@@ -179,7 +179,9 @@ onMounted(() => {
|
|||||||
</div>
|
</div>
|
||||||
<div class="flex-grow">
|
<div class="flex-grow">
|
||||||
<VCardItem>
|
<VCardItem>
|
||||||
<VCardTitle class="text-center text-md-left">
|
<VCardTitle
|
||||||
|
class="text-center text-md-left break-words whitespace-break-spaces line-clamp-2 overflow-hidden text-ellipsis"
|
||||||
|
>
|
||||||
{{ props.media?.share_title }}
|
{{ props.media?.share_title }}
|
||||||
</VCardTitle>
|
</VCardTitle>
|
||||||
<VCardSubtitle
|
<VCardSubtitle
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ onMounted(() => {
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<VDialog max-width="80rem" scrollable z-index="1010" :fullscreen="!display.mdAndUp.value">
|
<VDialog max-width="80rem" scrollable :fullscreen="!display.mdAndUp.value">
|
||||||
<VCard :title="`浏览 - ${props.site?.name}`">
|
<VCard :title="`浏览 - ${props.site?.name}`">
|
||||||
<DialogCloseBtn @click="emit('close')" />
|
<DialogCloseBtn @click="emit('close')" />
|
||||||
<VDivider />
|
<VDivider />
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ watch(
|
|||||||
</VRow>
|
</VRow>
|
||||||
|
|
||||||
<!-- 双重验证弹窗 -->
|
<!-- 双重验证弹窗 -->
|
||||||
<VDialog v-model="otpDialog" max-width="45rem" persistent z-index="1010">
|
<VDialog v-model="otpDialog" max-width="45rem" persistent scrollable>
|
||||||
<!-- 开启双重验证弹窗内容 -->
|
<!-- 开启双重验证弹窗内容 -->
|
||||||
<VCard>
|
<VCard>
|
||||||
<DialogCloseBtn @click="otpDialog = false" />
|
<DialogCloseBtn @click="otpDialog = false" />
|
||||||
|
|||||||
Reference in New Issue
Block a user