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 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/components/the-icon-card/index.vue b/src/views/components/the-icon-card/index.vue
index 59e36f7..fe3ff62 100644
--- a/src/views/components/the-icon-card/index.vue
+++ b/src/views/components/the-icon-card/index.vue
@@ -62,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