二手车交易,车源详情宽度弄一起

This commit is contained in:
2025-03-14 13:26:50 +08:00
parent e5554e17b5
commit dc028cdfae

View File

@ -75,7 +75,7 @@
</div> </div>
</div> </div>
<div class="descItem descCommon"> <div class="descItem descCommon">
<div class="itemInfo"> <div class="itemInfo dateItemInfo">
<span>{{ detailInfo.registerDate?.substring(0,10) }}</span> <span>{{ detailInfo.registerDate?.substring(0,10) }}</span>
<span>注册日期</span> <span>注册日期</span>
</div> </div>
@ -293,9 +293,13 @@ export default {
align-items: baseline; align-items: baseline;
margin-bottom: 20px; margin-bottom: 20px;
} }
.dateItemInfo{
width: 40% !important;
}
.itemInfo{ .itemInfo{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 23%;
span:first-child{ span:first-child{
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;