From 701be2af282890c3ef9f7d8e02a434b9d35a1af7 Mon Sep 17 00:00:00 2001 From: liyongle Date: Sat, 6 May 2023 17:59:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E5=81=9C=E8=BD=A6?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlateInput/PlateInput.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PlateInput/PlateInput.vue b/src/components/PlateInput/PlateInput.vue index aca7272..4680715 100644 --- a/src/components/PlateInput/PlateInput.vue +++ b/src/components/PlateInput/PlateInput.vue @@ -104,7 +104,7 @@ $btn-width: 218px; } &.space-wrapper { &::before { - left: 100px; + left: 95px; } } .input-wrapper { @@ -132,7 +132,7 @@ $btn-width: 218px; border: 2px solid #d4a866; } &.space { - width: 80px; + width: 75px; margin-right: 10px; &:nth-child(1) { margin-right: 42px;