修改环境变量导入

This commit is contained in:
whyour 2022-10-13 23:41:54 +08:00
parent d4b6cc5e4d
commit 7c0bc32759

View File

@ -525,9 +525,6 @@ const Env = () => {
loading={loading}
onSearch={onSearch}
/>,
<Button key="2" type="primary" onClick={() => addEnv()}>
</Button>,
<Upload {...uploadProps}>
<Button
type="primary"
@ -537,6 +534,9 @@ const Env = () => {
</Button>
</Upload>,
<Button key="2" type="primary" onClick={() => addEnv()}>
</Button>,
]}
header={{
style: headerStyle,