Commit cd917d39 by chenyu

update: style

parent d59f2d03
......@@ -45,9 +45,9 @@
<!-- 收货信息 -->
<template v-else-if="colunm.prop==='deliveryInfo'">
<div class="delivery-info">
<p class="line">收件人:{{ group.buyerName }}</p>
<p class="line">手机号:{{ group.buyerPhone }}</p>
<p class="line" style="overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">收货地址:{{ group.addressInfo }}</p>
<p class="delivery-info-line">收件人:{{ group.buyerName }}</p>
<p class="delivery-info-line">手机号:{{ group.buyerPhone }}</p>
<p class="delivery-info-line" style="overflow: hidden;text-overflow:ellipsis;white-space: nowrap;">收货地址:{{ group.addressInfo }}</p>
</div>
</template>
<!-- 小计 -->
......@@ -327,15 +327,17 @@ export default {
}
.delivery-info {
padding-left: 14px;
.name {
font-size: 14px;
color: #303133;
line-height: 22px;
p{
margin: 0;
}
.code {
.delivery-info-line {
font-size: 14px;
color: #909399;
line-height: 22px;
font-weight: 400;
color: #303133;
line-height: 20px;
&+.delivery-info-line{
margin-top: 4px;
}
}
}
.good-info {
......
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