From 4b275f2093954cc58bbc23e4fc67e67d6fe81c0b Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期日, 13 七月 2025 22:46:35 +0800 Subject: [PATCH] 2025.7.13 污染动态溯源 --- src/components/CardDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CardDialog.vue b/src/components/CardDialog.vue index 0d9a0d8..56cb935 100644 --- a/src/components/CardDialog.vue +++ b/src/components/CardDialog.vue @@ -25,7 +25,7 @@ </template> </BaseCard> </template> - <BaseCard size="medium"> + <BaseCard v-bind="$attrs"> <template #content> <slot></slot> </template> @@ -53,7 +53,7 @@ modal: { type: Boolean, default: true - } + }, }, // emits: ['update:modelValue', 'changed'], methods: { -- Gitblit v1.9.3