Commit 03e32a82 by huaying

fix: 产品修改退款列表

parent a606ae00
......@@ -115,7 +115,7 @@
<p class="category-ellipsis">
<span v-for="(i, v) in scope.row.sku" :key="v" style="margin-right:5px">{{ i.proName }}:{{ i.valueName ? i.valueName : '--' }}</span>
</p>
<p class="category-ellipsis">
<p class="category-ellipsis" v-if="scope.row.proCode">
规格编码:{{ scope.row.proCode }}
</p>
</div>
......@@ -596,6 +596,9 @@ export default {
padding: 0 20px 20px;
background: #fff;
}
.gift-info {
display: flex;
}
.gift-info img {
width: 63px;
height: 63px;
......@@ -604,14 +607,18 @@ export default {
border: 1px solid #dcdfe6;
}
.info-name {
display: inline-block;
vertical-align: top;
/* display: inline-block;
vertical-align: top; */
width: 74%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
}
.pro-ellipsis {
color: #303133;
height: 36px;
line-height: 18px;
line-height: 36px;
font-size: 14px;
}
.category-ellipsis {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment