From 25570a9ecd9b10a865fd7ce2614410814aaf52eb Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期五, 28 三月 2025 17:54:40 +0800 Subject: [PATCH] 修复网格样式中删除一组数据后,表格没有联动的问题 --- src/components/BaseCard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/BaseCard.vue b/src/components/BaseCard.vue index 76d1305..baf7fd2 100644 --- a/src/components/BaseCard.vue +++ b/src/components/BaseCard.vue @@ -9,7 +9,7 @@ <div class="ff-footer"> <slot name="footer"></slot> </div> - <div v-if="type == 'content' && size != 'small'" class="ff-triangle"> + <div v-if="type == 'content' && size == 'medium'" class="ff-triangle"> <div class="ff-triangle-border"></div> </div> </div> -- Gitblit v1.9.3