|
@@ -3,8 +3,10 @@
|
|
|
<view class="list_box">
|
|
|
<view class="item" v-for="(item, index) in list" :key="index">
|
|
|
<image :src="item.coverUrl"></image>
|
|
|
- <text>{{ item.goodsName }}</text>
|
|
|
- <text style="color:#999;margin-left:12rpx;">{{ item.secAllNum }}节</text>
|
|
|
+ <view style="height: 80rpx;overflow: hidden;">
|
|
|
+ <text >{{ item.goodsName }}</text>
|
|
|
+ <text style="color:#999;margin-left:12rpx;">{{ item.secAllNum }}节</text>
|
|
|
+ </view>
|
|
|
<view class="del_icon"><u-icon name="minus-circle-fill" color="#EB4D3D" size="40" @click="delItem(index)"></u-icon></view>
|
|
|
</view>
|
|
|
<view class="item" style="vertical-align: top;">
|
|
@@ -496,6 +498,7 @@ input {
|
|
|
.item text {
|
|
|
font-size: 24rpx;
|
|
|
color: #0c141f;
|
|
|
+
|
|
|
}
|
|
|
.item image {
|
|
|
border-radius: 32rpx;
|