diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index d45b05f1..01b76feb 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -75,7 +75,7 @@
-
+
{{ detailInfo.registerDate?.substring(0,10) }} 注册日期
@@ -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;