From bbc4d1025decc03d84648674e10cda0cd2b0f865 Mon Sep 17 00:00:00 2001 From: Bunny <1319900154@qq.com> Date: Fri, 28 Feb 2025 20:45:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A6=E5=8F=B3=E4=B8=A4=E4=BE=A7?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/smart-parking/components/parking-content/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/smart-parking/components/parking-content/index.vue b/src/views/smart-parking/components/parking-content/index.vue index c946ebd..8b35143 100644 --- a/src/views/smart-parking/components/parking-content/index.vue +++ b/src/views/smart-parking/components/parking-content/index.vue @@ -22,6 +22,8 @@ import TruckMonitor from '@/views/smart-parking/components/parking-content/truck transform-style: preserve-3d; ::v-deep(.road-condition) { + width: 218px; + height: 59px; background: url('@/assets/images/bg/bg-road-condition.png') no-repeat center; background-size: cover;