From ff82e86becbd200adabd2ce56fba1f6b3c6c37e1 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 23 六月 2025 23:10:49 +0800 Subject: [PATCH] 2025.6.23 --- src/components/BaseCard.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BaseCard.vue b/src/components/BaseCard.vue index 5e87ca6..0a2f89d 100644 --- a/src/components/BaseCard.vue +++ b/src/components/BaseCard.vue @@ -20,7 +20,7 @@ </el-row> </el-space> <!-- <Transition name="el-zoom-in-left"> --> - <div class="m-t-8" v-if="show"> + <div class="m-t-8" v-show="show"> <slot></slot> </div> <!-- </Transition> --> @@ -63,7 +63,7 @@ border-radius: 8px; padding: 4px; /* background: linear-gradient(#14428be8, #14428b8f); */ - background: #0034888f; + background: #14428be8; } .close-icon { -- Gitblit v1.9.3