From 550308ac97488ad870e7ab932703d081c1910fc4 Mon Sep 17 00:00:00 2001 From: weishuodan Date: Mon, 20 Nov 2023 21:27:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/license-plate-input/index.vue | 2 +- components/license-plate-keyboard/mixed-key-board.vue | 2 +- components/license-plate-keyboard/short-cut-row.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/license-plate-input/index.vue b/components/license-plate-input/index.vue index c49e1e9d..bfe98501 100644 --- a/components/license-plate-input/index.vue +++ b/components/license-plate-input/index.vue @@ -72,7 +72,7 @@ &_content { width: 100%; height: 100%; - font-family: PingFangSC-Medium; + font-family: font-family-number; font-size: 40px; color: #111A34; letter-spacing: 0; diff --git a/components/license-plate-keyboard/mixed-key-board.vue b/components/license-plate-keyboard/mixed-key-board.vue index 654d4308..fd0ce4eb 100644 --- a/components/license-plate-keyboard/mixed-key-board.vue +++ b/components/license-plate-keyboard/mixed-key-board.vue @@ -78,7 +78,7 @@ background: #FFFFFF; box-shadow: 0px 2px 0px 0px rgba(159,159,159,0.5); border-radius: 10px; - font-family: PingFangSC-Regular; + font-family: font-family-normal; font-size: 40px; color: #111A34; font-weight: 400; diff --git a/components/license-plate-keyboard/short-cut-row.vue b/components/license-plate-keyboard/short-cut-row.vue index 0ac6dbe0..13547304 100644 --- a/components/license-plate-keyboard/short-cut-row.vue +++ b/components/license-plate-keyboard/short-cut-row.vue @@ -50,7 +50,7 @@ background: #FFFFFF; box-shadow: 0px 2px 0px 0px rgba(159,159,159,0.5); border-radius: 12px; - font-family: PingFangSC-Regular; + font-family: font-family-normal; font-size: 40px; color: #01080F; letter-spacing: 0;