diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue index 72c8748ae..302737e7b 100644 --- a/ui/src/components/app-table/index.vue +++ b/ui/src/components/app-table/index.vue @@ -94,7 +94,7 @@ const appTableRef = ref() const loading = ref(false) const showInput = ref(false) const inputValue = ref('') -const tableHeight = ref(0) +const tableHeight = ref(300) watch(showInput, (bool) => { if (!bool) {