服装类型图片修改

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 {
position: relative;
img {
width: 308px;
height: 462px;
/*width: 308px;*/
/*height: 462px;*/
width: 287px;
height: 450px;
object-fit: cover;
}
&:hover .button {
opacity: 1;

Loading…
Cancel
Save