Commit 03e32a82 by huaying

fix: 产品修改退款列表

parent a606ae00
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<p class="category-ellipsis"> <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> <span v-for="(i, v) in scope.row.sku" :key="v" style="margin-right:5px">{{ i.proName }}:{{ i.valueName ? i.valueName : '--' }}</span>
</p> </p>
<p class="category-ellipsis"> <p class="category-ellipsis" v-if="scope.row.proCode">
规格编码:{{ scope.row.proCode }} 规格编码:{{ scope.row.proCode }}
</p> </p>
</div> </div>
...@@ -596,6 +596,9 @@ export default { ...@@ -596,6 +596,9 @@ export default {
padding: 0 20px 20px; padding: 0 20px 20px;
background: #fff; background: #fff;
} }
.gift-info {
display: flex;
}
.gift-info img { .gift-info img {
width: 63px; width: 63px;
height: 63px; height: 63px;
...@@ -604,14 +607,18 @@ export default { ...@@ -604,14 +607,18 @@ export default {
border: 1px solid #dcdfe6; border: 1px solid #dcdfe6;
} }
.info-name { .info-name {
display: inline-block; /* display: inline-block;
vertical-align: top; vertical-align: top; */
width: 74%; width: 74%;
display: flex;
justify-content: center;
align-content: center;
flex-direction: column;
} }
.pro-ellipsis { .pro-ellipsis {
color: #303133; color: #303133;
height: 36px; height: 36px;
line-height: 18px; line-height: 36px;
font-size: 14px; font-size: 14px;
} }
.category-ellipsis { .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