2 Commits

Author SHA1 Message Date
c0ac29efe2 添加展示 2025-05-08 13:05:19 +08:00
e04743e871 story#5360,web端拨打电话的确定事件弹框消失 2025-04-21 09:42:58 +08:00

View File

@ -81,8 +81,7 @@
<span>{{ detailInfo.brakeSystem == 2 ? '油刹' : '汽刹' }}</span> <span>{{ detailInfo.brakeSystem == 2 ? '油刹' : '汽刹' }}</span>
<span>刹车系统</span> <span>刹车系统</span>
</div> </div>
</div> <div class="suGang"></div>
<div class="descItem descCommon">
<div class="itemInfo"> <div class="itemInfo">
<span>{{ detailInfo.underpanBrand }}</span> <span>{{ detailInfo.underpanBrand }}</span>
<span>底盘品牌</span> <span>底盘品牌</span>
@ -94,7 +93,8 @@
</el-tooltip> </el-tooltip>
<span>行驶公里</span> <span>行驶公里</span>
</div> </div>
<div class="suGang"></div> </div>
<div class="descItem descCommon">
<div class="itemInfo dateItemInfo"> <div class="itemInfo dateItemInfo">
<span>{{ detailInfo.registerDate?.substring(0,10) }}</span> <span>{{ detailInfo.registerDate?.substring(0,10) }}</span>
<span>注册日期</span> <span>注册日期</span>
@ -332,7 +332,6 @@ export default {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 23%; width: 23%;
flex: 1;
span:first-child{ span:first-child{
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
@ -352,7 +351,6 @@ export default {
height: 8px; height: 8px;
border-right: 1px solid #999999; border-right: 1px solid #999999;
opacity: 0.5; opacity: 0.5;
margin-right: 30px;
} }
.desc{ .desc{
font-weight: 400; font-weight: 400;