Skip to content

Commit e241b78

Browse files
committed
调整空格 字体
1 parent bbf2e77 commit e241b78

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/consts.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,15 +307,15 @@ export const fnTypeArr = [
307307
{
308308
value: "vector",
309309
label: "inputs.vectorValue",
310-
fir: "(",
310+
fir: " (",
311311
sep: ",",
312312
fin: ")",
313313
placeholder: ["x", "y"],
314314
},
315315
{
316316
value: "offset",
317317
label: "inputs.vectorOffset",
318-
fir: "(",
318+
fir: " (",
319319
sep: ",",
320320
fin: ")",
321321
placeholder: ["0", "0"],
@@ -347,7 +347,7 @@ export const fnTypeArr = [
347347
{
348348
value: "location",
349349
label: "inputs.location",
350-
fir: "(",
350+
fir: " (",
351351
sep: ",",
352352
fin: ")",
353353
placeholder: ["x", "y"],

src/style.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,15 @@
2727

2828
:root,
2929
input,
30-
pre {
31-
font-family: "JetBrains Mono", "Sarasa Term SC", Consolas, "Courier New",
32-
Courier, monospace;
30+
select,
31+
button,
32+
textarea {
33+
font-family: "HarmonyOS Sans SC", sans-serif;
34+
}
35+
36+
pre,
37+
input[type="text"],input[type="number"] {
38+
font-family: "Jetbrains Mono", monospace;
3339
}
3440

3541
* {

0 commit comments

Comments
 (0)