Style:分享图片css调整

This commit is contained in:
modendeveloper
2024-12-02 18:39:45 +08:00
parent f65c033bd7
commit de6cca5bac
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -12,7 +12,7 @@
.box-img { .box-img {
position: relative; position: relative;
width: 600rpx; width: 600rpx;
height: 832rpx; height: 800rpx;
border-radius: 40rpx; border-radius: 40rpx;
overflow: hidden; overflow: hidden;
} }
@@ -26,8 +26,8 @@
} }
.main-img { .main-img {
width: 600rpx; width: 100%;
height: 832rpx; height: 800rpx;
border-radius: 40rpx; border-radius: 40rpx;
} }
+1 -1
View File
@@ -602,7 +602,7 @@
class="icon" class="icon"
@click="closeShare" @click="closeShare"
/> />
<image :src="posterUrl" class="main-img" /> <image :src="posterUrl" class="main-img" mode="widthFix" />
</view> </view>
<image <image
:src="webUrl + '/20230608112210135038.png'" :src="webUrl + '/20230608112210135038.png'"