Skip to content

Commit

Permalink
feat: 修改统一字体引用
Browse files Browse the repository at this point in the history
  • Loading branch information
weishuodan committed Nov 20, 2023
1 parent 4acd74a commit 550308a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/license-plate-input/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion components/license-plate-keyboard/mixed-key-board.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion components/license-plate-keyboard/short-cut-row.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 550308a

Please sign in to comment.