From 54f5cd85e43bf92266a2617994642e1b8aa5bcb5 Mon Sep 17 00:00:00 2001
From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com>
Date: 星期日, 25 八月 2024 10:58:14 +0800
Subject: [PATCH] feat: 增加一些组件

---
 src/views/components/the-box-card/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/components/the-box-card/index.vue b/src/views/components/the-box-card/index.vue
index ba6ef04..942099c 100644
--- a/src/views/components/the-box-card/index.vue
+++ b/src/views/components/the-box-card/index.vue
@@ -1,7 +1,7 @@
 <template>
     <!-- 灏忓崱鐗� -->
     <div class="the-box-card" :class="currentThemeMode === 'dark' ? 'box-card-dark' : ''">
-        <a-card class="card-box card-bg-1">
+        <a-card class="card-box card-bg-custom">
             <div class="card-title">
                 <div class="title-left">
                     <icon-home />

--
Gitblit v1.8.0