fix: set default table height to 300 for improved layout

This commit is contained in:
wxg0103 2025-12-01 11:39:31 +08:00
parent 5b393e92d6
commit 8a147dddb6

View File

@ -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) {