feat: 图片浏览器的样式调整

This commit is contained in:
2025-10-22 19:29:27 +08:00
parent df5e9e92a1
commit 6eadcb46cd
4 changed files with 42 additions and 39 deletions

View File

@@ -8,7 +8,7 @@
:border-radius="0"
:height="300"
:images="goodsData.commodityPhotoList"
thumbnailBottom="36px"
thumbnailBottom="42px"
/>
<view class="goods-content">

View File

@@ -63,7 +63,7 @@ $button-color: #00a6ff;
}
.goods-content {
border-radius: 12px 12px 0 0;
border-radius: 28px 28px 0 0;
background-color: #fff;
padding: 12px;
position: relative;