图片调整
This commit is contained in:
@@ -112,7 +112,7 @@
|
||||
<view class="learning_box_list">
|
||||
<view class="learning_item" @click="goCourseDescription(item)"
|
||||
v-for="(item, index) in flashSaleList">
|
||||
<image class="book_image" :src="item.image" mode="aspectFit"></image>
|
||||
<image class="book_image" :src="item.image"></image>
|
||||
<view class="book_name">{{ item.title }}</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -629,7 +629,7 @@ export default {
|
||||
background-color: rgba(125, 193, 240, 0.15);
|
||||
display: block;
|
||||
width: 100% !important;
|
||||
height: 180rpx;
|
||||
height: 220rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user