From d0fa3c9235c027443451b137ff1b0e2b757e5432 Mon Sep 17 00:00:00 2001 From: asp_ly Date: Sat, 14 Dec 2024 13:46:15 +0800 Subject: [PATCH] 1 --- frontend/src/pages/Workflow/Definition/Design/index.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Workflow/Definition/Design/index.less b/frontend/src/pages/Workflow/Definition/Design/index.less index 1c16e515..ab5da4e6 100644 --- a/frontend/src/pages/Workflow/Definition/Design/index.less +++ b/frontend/src/pages/Workflow/Definition/Design/index.less @@ -1,5 +1,6 @@ .workflow-design { - height: 100%; + position: relative; + height: calc(100vh - 184px); // 120px + 24px * 2 + 16px display: flex; flex-direction: column; background: #fff;