服装类型图片修改

master
暖暖 1 year ago
parent a2d473190f
commit e816ee151c
  1. 7
      ant-design-vue-jeecg/src/views/shopping/pages/clothType.vue

@ -459,8 +459,11 @@
.imgDiv { .imgDiv {
position: relative; position: relative;
img { img {
width: 308px; /*width: 308px;*/
height: 462px; /*height: 462px;*/
width: 287px;
height: 450px;
object-fit: cover;
} }
&:hover .button { &:hover .button {
opacity: 1; opacity: 1;

Loading…
Cancel
Save