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-icon-card/index.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/components/the-icon-card/index.vue b/src/views/components/the-icon-card/index.vue
index d6811c4..5f8a559 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">
@@ -54,13 +55,17 @@
     }
 }
 .icon-card {
-    min-width: 88px;
-    max-width: 208px;
+    // min-width: 88px;
+    // max-width: 208px;
     width: 100%;
     min-height: 77px;
     border-radius: 4px;
     box-sizing: border-box;
     margin-right: 10px;
+    flex: 1;
+    &:last-child {
+        margin-right: 0;
+    }
     .card-box {
         width: 100%;
         height: 100%;

--
Gitblit v1.8.0