From dc028cdfae2d3a6d3fa244a8f8eb0a616f09e1f9 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 13:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E8=BD=A6=E6=BA=90=E8=AF=A6=E6=83=85=E5=AE=BD=E5=BA=A6?= =?UTF-8?q?=E5=BC=84=E4=B8=80=E8=B5=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/forSale.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;