diff --git a/src/directives/permission/clientTable.ts b/src/directives/permission/clientTable.ts index b1c8b09ba..9c12028ce 100644 --- a/src/directives/permission/clientTable.ts +++ b/src/directives/permission/clientTable.ts @@ -13,7 +13,7 @@ export function clientTable(app: App) { if(el.children&&el.children.length>1){ paginationHeight = 70 } - const height = window.innerHeight - top - paginationHeight - qustionHeight +5 + const height = window.innerHeight - top - paginationHeight el.style.height = height + 'px' el.firstChild.style.height = '100%' }) diff --git a/src/layout/components/AppView.vue b/src/layout/components/AppView.vue index ffdf11f50..b79f39bc0 100644 --- a/src/layout/components/AppView.vue +++ b/src/layout/components/AppView.vue @@ -48,6 +48,7 @@ const tagsView = computed(() => appStore.getTagsView) !fixedHeader && layout === 'cutMenu' && footer } ]" + style="padding-bottom: 0;" >