mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修改环境变量导入
This commit is contained in:
Vendored
+3
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user