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