From 64c971dca902d4dc393114d71513e81374fefa19 Mon Sep 17 00:00:00 2001 From: liyongle Date: Thu, 20 Jul 2023 09:38:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=81=9C=E8=BD=A6?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CarInfo/CarInfo.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/CarInfo/CarInfo.vue b/src/components/CarInfo/CarInfo.vue index 8520198..eec6821 100644 --- a/src/components/CarInfo/CarInfo.vue +++ b/src/components/CarInfo/CarInfo.vue @@ -9,15 +9,15 @@
车牌号
-
{{ carInfo.carCode }}浙B88888
+
{{ carInfo.plateNo }}
车位号
-
{{ carInfo.spaceNo }}S-B1-001-102区
+
{{ carInfo.spaceNo }}
停车时长
-
{{ carInfo.parkingTime }}1小时30分钟
+
{{ carInfo.parkTime }}
@@ -128,12 +128,12 @@ function go() { } } .car { - flex-wrap: wrap; position: absolute; - bottom: 102px; + bottom: 0; left: 368px; } .car-group { + margin-bottom: 32px; .tip { padding-bottom: 16px; font-size: 20px;