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;