Style:分享图片css调整
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
.box-img {
|
||||
position: relative;
|
||||
width: 600rpx;
|
||||
height: 832rpx;
|
||||
height: 800rpx;
|
||||
border-radius: 40rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
@@ -26,8 +26,8 @@
|
||||
}
|
||||
|
||||
.main-img {
|
||||
width: 600rpx;
|
||||
height: 832rpx;
|
||||
width: 100%;
|
||||
height: 800rpx;
|
||||
border-radius: 40rpx;
|
||||
}
|
||||
|
||||
|
||||
@@ -602,7 +602,7 @@
|
||||
class="icon"
|
||||
@click="closeShare"
|
||||
/>
|
||||
<image :src="posterUrl" class="main-img" />
|
||||
<image :src="posterUrl" class="main-img" mode="widthFix" />
|
||||
</view>
|
||||
<image
|
||||
:src="webUrl + '/20230608112210135038.png'"
|
||||
|
||||
Reference in New Issue
Block a user