From 87cc82ee38cfb7c67daef21a696d421a6340dbed Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Fri, 15 Apr 2022 18:01:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=A0=B7=E5=BC=8F=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 优化系统设置中环境样式设置 --- .../environment/EnvironmentEdit.vue | 3 ++- .../workspace/environment/EnvironmentList.vue | 19 ++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue b/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue index 3222ea2995..c854cc4d8d 100644 --- a/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue +++ b/frontend/src/business/components/api/test/components/environment/EnvironmentEdit.vue @@ -8,7 +8,7 @@ clearable/> - +
@@ -157,6 +157,7 @@ export default { type: Boolean, default: false }, + hideButton: Boolean, ifCreate: { type: Boolean, default: false diff --git a/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue b/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue index 582c5c681a..0791788f1d 100644 --- a/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue +++ b/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue @@ -68,14 +68,19 @@ @cancel="dialogVisible = false" @confirm="save"/> - - - - - - - + + + + + + + + + + +