Skip to content

Commit

Permalink
fix ico img styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyiming0803 committed Oct 5, 2023
1 parent 9c9b8e8 commit 9b7b691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions fe/src/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@
<div class="shop-ico">
<img
:src="v.couponIcoPath"
width="100%"
height="100%"
:alt="v.couponName"
/>
</div>
Expand Down
2 changes: 0 additions & 2 deletions fe/src/pages/personal/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
<div class="shop-ico">
<img
:src="v.couponIcoPath"
width="100%"
height="100%"
:alt="v.couponName"
/>
</div>
Expand Down
3 changes: 3 additions & 0 deletions fe/src/static/less/coupon.less
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
height: 70px;
img {
border: 1px solid #e2e2e2;
width: 100%;
height: 100%;
border-radius: 5px;
}
}
.shop-intro {
Expand Down

0 comments on commit 9b7b691

Please sign in to comment.