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;