style👗: 代码格式化

This commit is contained in:
clz 2022-09-05 17:59:16 +08:00
parent c77a6366a7
commit 16ab0e1d38

View File

@ -137,7 +137,7 @@ function Record() {
type="primary" type="primary"
onKeyUp={e => e.key === "Tab" onKeyUp={e => e.key === "Tab"
&& clsRef.current!.focus() && clsRef.current!.focus()
} }
onClick={submit} onClick={submit}
></Button> ></Button>
</Space> </Space>