wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
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;
}
}