From e661ff1cf2281d39e9b3ffba67aec28cad42a16e Mon Sep 17 00:00:00 2001 From: dengqichen Date: Fri, 10 Jan 2025 14:14:34 +0800 Subject: [PATCH] 1 --- .../List/components/ApplicationModal.tsx | 121 +++++++++--------- 1 file changed, 60 insertions(+), 61 deletions(-) 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 - - - - - )} - /> + + + )} + /> + + ( + + 应用名称 + + + + + + )} + /> + + ( + + 开发语言 + + + + )} + /> +