From acf2c9369e0d7dfa65360358978fc0018d76a771 Mon Sep 17 00:00:00 2001
From: zhangnuoyan <9354631+zhangnuoyan@user.noreply.gitee.com>
Date: 星期六, 24 八月 2024 19:34:58 +0800
Subject: [PATCH] fix: bug

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

diff --git a/src/views/components/the-icon-card/index.vue b/src/views/components/the-icon-card/index.vue
index d6811c4..fe3ff62 100644
--- a/src/views/components/the-icon-card/index.vue
+++ b/src/views/components/the-icon-card/index.vue
@@ -1,4 +1,5 @@
 <template>
+    <!-- 甯con棣栭〉 -->
     <div class="icon-card" :class="currentThemeMode === 'dark' ? 'card-dark' : ''">
         <a-card class="card-box">
             <div class="card-icon" :style="dynamicStyle">
@@ -61,6 +62,9 @@
     border-radius: 4px;
     box-sizing: border-box;
     margin-right: 10px;
+    &:last-child {
+        margin-right: 0;
+    }
     .card-box {
         width: 100%;
         height: 100%;

--
Gitblit v1.8.0