From 94d3795ff1a155917c123ee8646b69215f6f66a3 Mon Sep 17 00:00:00 2001 From: shenyuan Date: Thu, 2 Mar 2023 11:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=94=B6=E8=97=8F=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/shopping/components/collection.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ant-design-vue-jeecg/src/views/shopping/components/collection.vue b/ant-design-vue-jeecg/src/views/shopping/components/collection.vue index b8a9c455..19d5e007 100644 --- a/ant-design-vue-jeecg/src/views/shopping/components/collection.vue +++ b/ant-design-vue-jeecg/src/views/shopping/components/collection.vue @@ -239,9 +239,18 @@ width: 300px; border-right: 1px solid #E7E7E7; .iconfont{ + width: 24px; + height: 24px; + text-align: center; + box-sizing: border-box; + border: 1px dashed #fff; position: absolute; + transition: all 0.1s; top: 5%; right: 5%; + &:hover{ + border-color: #999; + } } img{ width: 200px;