From 44a5261ca004452a40f220d26f7613d8a1e036e0 Mon Sep 17 00:00:00 2001 From: weishuodan Date: Thu, 16 Nov 2023 13:28:19 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=BD=A6?= =?UTF-8?q?=E7=89=8C=E9=94=AE=E5=85=A5=E7=BB=84=E4=BB=B6-class=E5=90=8D?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/license-plate-input/index.vue | 24 +++++----- components/license-plate-keyboard/index.vue | 4 +- .../license-plate-keyboard/key-board-view.vue | 12 ++--- .../license-plate-keyboard/short-cut-view.vue | 12 ++--- components/license-plate/index.vue | 44 ++++++++++--------- 5 files changed, 49 insertions(+), 47 deletions(-) diff --git a/components/license-plate-input/index.vue b/components/license-plate-input/index.vue index 148a1f50..8665cf6e 100644 --- a/components/license-plate-input/index.vue +++ b/components/license-plate-input/index.vue @@ -1,9 +1,9 @@ - From 76d86ccffe81ab9b6d42c312086e9e1e32f4fba3 Mon Sep 17 00:00:00 2001 From: weishuodan Date: Thu, 16 Nov 2023 13:38:46 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E8=BD=A6?= =?UTF-8?q?=E7=89=8C=E9=94=AE=E5=85=A5=E7=BB=84=E4=BB=B6-=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=9B=BE=E7=89=87=E5=BC=95=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/close.png | Bin .../license-plate-keyboard/key-board-view.vue | 4 ++-- components/license-plate/index.vue | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) rename components/{license-plate => license-plate-keyboard}/assets/close.png (100%) diff --git a/components/license-plate/assets/close.png b/components/license-plate-keyboard/assets/close.png similarity index 100% rename from components/license-plate/assets/close.png rename to components/license-plate-keyboard/assets/close.png diff --git a/components/license-plate-keyboard/key-board-view.vue b/components/license-plate-keyboard/key-board-view.vue index a61db026..221dc48f 100644 --- a/components/license-plate-keyboard/key-board-view.vue +++ b/components/license-plate-keyboard/key-board-view.vue @@ -15,8 +15,8 @@ disabled: item.disabled }" > - -
{{ item.text }}
+ +
{{ item.text }}