From d739ce91a7d0bb28f46af771036ccc1b150856c3 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 29 十月 2024 11:54:59 +0800
Subject: [PATCH] 修改高度

---
 src/views/project/ch/home/component/waterRight/bottom.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/project/ch/home/component/waterRight/bottom.vue b/src/views/project/ch/home/component/waterRight/bottom.vue
index 384e966..14b40ad 100644
--- a/src/views/project/ch/home/component/waterRight/bottom.vue
+++ b/src/views/project/ch/home/component/waterRight/bottom.vue
@@ -182,7 +182,7 @@
 		&_item {
 			width: 50%;
 			border-radius: 5px;
-			max-height: 100px;
+			height: 100px;
 			padding: 18px 12px;
 			-webkit-transition: background-color 0.1s ease-in-out;
 			-o-transition: background-color 0.1s ease-in-out;

--
Gitblit v1.9.3