Commit 64d6e9af authored by XieZhiXiong's avatar XieZhiXiong

chore: 添加 空格

parent a511cdac
......@@ -82,7 +82,7 @@ const ComingClassifyDrawer: React.FC<IProps> = (props: IProps) => {
}}
>
<Button onClick={handleClose} style={{ marginRight: 16 }}>
取消
</Button>
<Button onClick={() => formActions.submit()} type="primary">
确 定
......
......@@ -68,7 +68,7 @@ const VerifyComingInvestigateDrawer: React.FC<IProps> = (props: IProps) => {
}}
>
<Button onClick={handleClose} style={{ marginRight: 16 }}>
取消
</Button>
<Button onClick={() => formActions.submit()} type="primary">
确 定
......
......@@ -68,7 +68,7 @@ const VerifyComingDataDrawer: React.FC<IProps> = (props: IProps) => {
}}
>
<Button onClick={handleClose} style={{ marginRight: 16 }}>
取消
</Button>
<Button onClick={() => formActions.submit()} type="primary">
确 定
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment