mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:23:26 +08:00
【优化】调整订单详情商品tag未设置宽度,导致撑破容易的问题。
【修复】调整订单列表左侧图片大小,防止被遮挡。I4PP1F
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user