二手车交易,车源详情宽度弄一起
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="descItem descCommon">
|
||||
<div class="itemInfo">
|
||||
<div class="itemInfo dateItemInfo">
|
||||
<span>{{ detailInfo.registerDate?.substring(0,10) }}</span>
|
||||
<span>注册日期</span>
|
||||
</div>
|
||||
@ -293,9 +293,13 @@ export default {
|
||||
align-items: baseline;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.dateItemInfo{
|
||||
width: 40% !important;
|
||||
}
|
||||
.itemInfo{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 23%;
|
||||
span:first-child{
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
|
Reference in New Issue
Block a user