From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001
From: wwf <yearningwang@iqtogether.com>
Date: 星期三, 04 六月 2025 15:17:49 +0800
Subject: [PATCH] 初始化

---
 app/components/base/image-gallery/style.module.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/components/base/image-gallery/style.module.css b/app/components/base/image-gallery/style.module.css
index 2e4c62e..116d602 100644
--- a/app/components/base/image-gallery/style.module.css
+++ b/app/components/base/image-gallery/style.module.css
@@ -1,8 +1,8 @@
 .item {
-  max-height: 200px;
+  height: 200px;
   margin-right: 8px;
   margin-bottom: 8px;
-  object-fit: contain;
+  object-fit: cover;
   object-position: center;
   border-radius: 8px;
   cursor: pointer;
@@ -19,4 +19,4 @@
 
 .img-4 .item:nth-child(3n) {
   margin-right: 8px;
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0