图片调整
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<view class="list_block" v-if="!statusXLCP" :style="labelsList.length>0&&childrenList.length==0?`marginTop: ${45 + statusBarHeight}px;`:''">
|
||||
<view class="list_item" v-if="list.length>0" v-for="(item,index) in list" :key="index" @click.stop="goToDetail(item)">
|
||||
<view class="list_item_image">
|
||||
<image v-if="item.image" :src="item.image" mode="aspectFit"></image>
|
||||
<image v-if="item.squareImage" :src="item.squareImage"></image>
|
||||
<text class="image_null" v-else>暂无封面图</text>
|
||||
</view>
|
||||
<view class="list_item_right">
|
||||
@@ -460,7 +460,7 @@ export default {
|
||||
}
|
||||
.list_item_image,.image_null{
|
||||
width: 250rpx;
|
||||
height: 220rpx;
|
||||
height: 250rpx;
|
||||
background-color: rgba(125, 193, 240, 0.1);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@@ -469,6 +469,7 @@ export default {
|
||||
}
|
||||
.list_item_image image{
|
||||
width: 100%;
|
||||
height: 250rpx;
|
||||
}
|
||||
.list_item_right{
|
||||
margin-left: 30rpx;
|
||||
|
||||
Reference in New Issue
Block a user