完善车辆管理模块
This commit is contained in:
@ -23,7 +23,10 @@
|
||||
<div class="rightItem">{{ orderDetailInfo.userName }}</div>
|
||||
<div class="rightItem">{{ orderDetailInfo.userPhone }}</div>
|
||||
<div class="rightItem">{{ orderDetailInfo.plateNumber }}</div>
|
||||
<div class="rightItem">{{orderDetailInfo.model}} {{ orderDetailInfo.brand }}</div>
|
||||
<div class="rightItem" style="line-height: 17px">
|
||||
<span >{{orderDetailInfo.model}}</span>
|
||||
<span>{{ orderDetailInfo.brand }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -155,7 +158,7 @@ export default {
|
||||
}
|
||||
.rightContent{
|
||||
width: calc(100% - 90px);
|
||||
@include fontWeightSize(500,12px);
|
||||
@include fontWeightSize(bold,12px);
|
||||
}
|
||||
|
||||
.vehicleRemark{
|
||||
@ -171,7 +174,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.title{
|
||||
@include fontWeightSize(500,14px);
|
||||
@include fontWeightSize(bold,14px);
|
||||
color: #323643;
|
||||
line-height: 20px;
|
||||
opacity: .6;
|
||||
|
Reference in New Issue
Block a user