From 603707e4e4df6e792fe46d993b6dfd1f3f139778 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 6 Dec 2021 15:47:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E7=8E=AF=E5=A2=83=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E7=8E=AF=E5=A2=83=E5=88=97=E8=A1=A8=E5=92=8C=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=BB=84=E5=88=97=E8=A1=A8=E9=AB=98=E5=BA=A6=E4=BF=9D?= =?UTF-8?q?=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settings/workspace/environment/EnvironmentList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue b/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue index b1fc0555d5..2478e9700e 100644 --- a/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue +++ b/frontend/src/business/components/settings/workspace/environment/EnvironmentList.vue @@ -178,7 +178,7 @@ export default { total: 0, projectIds: [], //当前工作空间所拥有的所有项目id projectFilters: [], - screenHeight: 'calc(100vh - 195px)', + screenHeight: 'calc(100vh - 210px)', rules: { currentProjectId: [ {required: true, message: "", trigger: 'blur'},