mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-24 15:43:24 +08:00
修改环境变量导入
This commit is contained in:
parent
d4b6cc5e4d
commit
7c0bc32759
6
src/pages/env/index.tsx
vendored
6
src/pages/env/index.tsx
vendored
|
@ -525,9 +525,6 @@ const Env = () => {
|
||||||
loading={loading}
|
loading={loading}
|
||||||
onSearch={onSearch}
|
onSearch={onSearch}
|
||||||
/>,
|
/>,
|
||||||
<Button key="2" type="primary" onClick={() => addEnv()}>
|
|
||||||
新建变量
|
|
||||||
</Button>,
|
|
||||||
<Upload {...uploadProps}>
|
<Upload {...uploadProps}>
|
||||||
<Button
|
<Button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
@ -537,6 +534,9 @@ const Env = () => {
|
||||||
导入
|
导入
|
||||||
</Button>
|
</Button>
|
||||||
</Upload>,
|
</Upload>,
|
||||||
|
<Button key="2" type="primary" onClick={() => addEnv()}>
|
||||||
|
新建变量
|
||||||
|
</Button>,
|
||||||
]}
|
]}
|
||||||
header={{
|
header={{
|
||||||
style: headerStyle,
|
style: headerStyle,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user