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 | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/components/the-icon-card/index.vue b/src/views/components/the-icon-card/index.vue
index 59e36f7..5f8a559 100644
--- a/src/views/components/the-icon-card/index.vue
+++ b/src/views/components/the-icon-card/index.vue
@@ -55,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