From 46c983b8638d3aade30dd6f4655dcc8dbca31c6b Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 1 Dec 2023 15:58:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/workbranch/ShortcutTable.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/core-frontend/src/views/workbranch/ShortcutTable.vue b/core/core-frontend/src/views/workbranch/ShortcutTable.vue index a20d9345a9..9b06f13573 100644 --- a/core/core-frontend/src/views/workbranch/ShortcutTable.vue +++ b/core/core-frontend/src/views/workbranch/ShortcutTable.vue @@ -336,9 +336,8 @@ const getEmptyDesc = (): string => { padding: 8px 24px 0 24px; background: #fff; border-radius: 4px; - // height: calc(100% - 280px); - // margin-top: 16px; - height: 100%; + height: calc(100% - 280px); + margin-top: 16px; .select-type-list { width: 104px;