Merge remote-tracking branch 'origin/master'

zhc4dev
wangjiadong 2 years ago
commit b6290a574a
  1. 9
      ant-design-vue-jeecg/src/views/shopping/components/collection.vue

@ -276,9 +276,18 @@
width: 300px; width: 300px;
border-right: 1px solid #E7E7E7; border-right: 1px solid #E7E7E7;
.iconfont{ .iconfont{
width: 24px;
height: 24px;
text-align: center;
box-sizing: border-box;
border: 1px dashed #fff;
position: absolute; position: absolute;
transition: all 0.1s;
top: 5%; top: 5%;
right: 5%; right: 5%;
&:hover{
border-color: #999;
}
} }
img{ img{
width: 200px; width: 200px;

Loading…
Cancel
Save