From 8a147dddb65069c3bce4c205d58933e2bb9e467b Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Mon, 1 Dec 2025 11:39:31 +0800 Subject: [PATCH] fix: set default table height to 300 for improved layout --- ui/src/components/app-table/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {