From 91513e171078ed6b0887f87b9fced33895d6d3fb Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 08 七月 2025 08:35:50 +0800 Subject: [PATCH] 2025.7.8 --- 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