From 57b66478e7e335379435b31c20da4619bd1411f5 Mon Sep 17 00:00:00 2001
From: zhangxiao <898441624@qq.com>
Date: 星期一, 26 八月 2024 18:47:46 +0800
Subject: [PATCH] fix: 修改部分样式

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

diff --git a/src/views/components/the-box-card/index.vue b/src/views/components/the-box-card/index.vue
index d6fa661..942099c 100644
--- a/src/views/components/the-box-card/index.vue
+++ b/src/views/components/the-box-card/index.vue
@@ -1,6 +1,7 @@
 <template>
+    <!-- 灏忓崱鐗� -->
     <div class="the-box-card" :class="currentThemeMode === 'dark' ? 'box-card-dark' : ''">
-        <a-card class="card-box">
+        <a-card class="card-box card-bg-custom">
             <div class="card-title">
                 <div class="title-left">
                     <icon-home />
@@ -155,6 +156,7 @@
         .card-more {
             color: var(--color-text-3);
             font-size: 14px;
+            cursor: pointer;
         }
     }
     .card-content {
@@ -170,6 +172,7 @@
             border-radius: 5px;
             padding: 10px;
             line-height: 26px;
+            cursor: pointer;
             .card-box-title {
                 display: flex;
                 justify-content: space-between;

--
Gitblit v1.8.0