Skip to content

Commit 58042ca

Browse files
committed
调整字符宽度
逗号加宽,f右间距加宽
1 parent 689b7c6 commit 58042ca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/fonts/KaTeX_AllInOne.woff2

0 Bytes
Binary file not shown.

src/editor/inputs/implicit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="input-inner">
33
<div class="field main-fn">
4-
<FunctionField class="fn" label="f(x, y)" v-model="self.fn" />
4+
<FunctionField class="fn" label="f(x,y)" v-model="self.fn" />
55
<span class="label styled"> =0 </span>
66
</div>
77
<AnimatedFold :folded="props.folded">

0 commit comments

Comments
 (0)