【优化】调整订单详情商品tag未设置宽度,导致撑破容易的问题。

【修复】调整订单列表左侧图片大小,防止被遮挡。I4PP1F
This commit is contained in:
JianWeie
2022-01-21 02:32:40 +08:00
parent fa8be64d3c
commit a5a3a2a283
2 changed files with 1 additions and 2 deletions

View File

@@ -197,7 +197,7 @@
<view class="coreshop-text-black u-line-2" @click="goGoodsDetail(item.goodsId)" v-if="orderInfo.orderType == 1">{{ item.name }}</view>
<view class="coreshop-text-black u-line-2" @click="goPinTuanDetail(item.goodsId,orderInfo.objectId)" v-else-if="orderInfo.orderType == 2">{{ item.name }}</view>
<view class="coreshop-text-gray coreshop-font-sm u-line-1 introduce" v-if="item.addon">{{ item.addon}}</view>
<view class="u-line-1 tag-view">
<view class="coreshop-width-fit-content coreshop-margin-top-10">
<u-tag :text="v.name" type="success" size="mini" shape="circle" v-for="(v, k) in item.promotionList" :key="k" />
</view>
<view class="coreshop-flex coreshop-justify-between coreshop-order-priceBox">

View File

@@ -157,7 +157,6 @@
.orderList { background-color: #ffffff; margin: 10px; border-radius: 10px; box-sizing: border-box; padding: 10px; font-size: 14px;
.item { display: flex; margin: 10px 0 0;
.left { margin-right: 10px;
image { width: 100px; height: 100px; border-radius: 5px; }
}
.content {
.title { font-size: 14px; line-height: 25px; }