From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +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