From e816ee151cb8c141b25811daa3f9d8c5e3cca6e4 Mon Sep 17 00:00:00 2001 From: shenyuan Date: Tue, 6 Jun 2023 15:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E8=A3=85=E7=B1=BB=E5=9E=8B=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/shopping/pages/clothType.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/shopping/pages/clothType.vue b/ant-design-vue-jeecg/src/views/shopping/pages/clothType.vue index 5316ae87..bce4c77a 100644 --- a/ant-design-vue-jeecg/src/views/shopping/pages/clothType.vue +++ b/ant-design-vue-jeecg/src/views/shopping/pages/clothType.vue @@ -459,8 +459,11 @@ .imgDiv { position: relative; img { - width: 308px; - height: 462px; + /*width: 308px;*/ + /*height: 462px;*/ + width: 287px; + height: 450px; + object-fit: cover; } &:hover .button { opacity: 1;