diff --git a/frontend/src/pages/Deploy/Application/List/components/ApplicationModal.tsx b/frontend/src/pages/Deploy/Application/List/components/ApplicationModal.tsx index 0182a6ed..17d679e5 100644 --- a/frontend/src/pages/Deploy/Application/List/components/ApplicationModal.tsx +++ b/frontend/src/pages/Deploy/Application/List/components/ApplicationModal.tsx @@ -174,7 +174,7 @@ const ApplicationModal: React.FC = ({ return ( !open && onCancel()}> - + {isEdit ? '编辑' : '新建'}应用 @@ -182,68 +182,67 @@ const ApplicationModal: React.FC = ({
- ( - - 应用编码 - - - - - - )} - /> - - ( - - 应用名称 - - - - - - )} - /> - - ( - - 开发语言 - - - Java - NodeJS - Python - Go - - - - - )} - /> + + + )} + /> + + ( + + 应用名称 + + + + + + )} + /> + + ( + + 开发语言 + + + + )} + /> +