工单详情车型品牌内容太长,导致布局混乱的bug修复
This commit is contained in:
@ -23,8 +23,9 @@
|
||||
<div class="rightItem">{{ orderDetailInfo.userName }}</div>
|
||||
<div class="rightItem">{{ orderDetailInfo.userPhone }}</div>
|
||||
<div class="rightItem">{{ orderDetailInfo.plateNumber }}</div>
|
||||
<div class="rightItem" style="line-height: 14px">{{orderDetailInfo.model}}{{ orderDetailInfo.brand }}</div>
|
||||
<!-- <div class="rightItem" style="line-height: 14px">理想智动LXA6500SHEVM1插电式混合动力多用途乘用车-6座及10座以下客车理想</div>-->
|
||||
<!-- <div class="rightItem" >理想智动LXA6500SHEVM理想智动LXA6500SHEVM</div>-->
|
||||
<div class="rightItem" >{{orderDetailInfo.model}}{{ orderDetailInfo.brand }}</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -257,7 +258,7 @@ export default {
|
||||
.fontColor{
|
||||
@include fontWeightSize(400,12px);
|
||||
color: #000000;
|
||||
line-height: 27px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.baseInfo{
|
||||
@include wh(100%,260px);
|
||||
|
Reference in New Issue
Block a user