mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
style: Unified card style.
- 统一禁止全部弹窗式设置的点击功能区以外区域的close功能。
This commit is contained in:
@@ -174,7 +174,7 @@ onMounted(() => {
|
||||
<VImg :src="getIcon" cover class="mt-5 me-3" max-width="3rem" min-width="3rem" />
|
||||
</VCardText>
|
||||
</VCard>
|
||||
<VDialog v-model="mediaServerInfoDialog" scrollable max-width="40rem">
|
||||
<VDialog v-model="mediaServerInfoDialog" scrollable max-width="40rem" persistent >
|
||||
<VCard :title="`${props.mediaserver.name} - 配置`" class="rounded-t">
|
||||
<DialogCloseBtn v-model="mediaServerInfoDialog" />
|
||||
<VDivider />
|
||||
|
||||
Reference in New Issue
Block a user