Skip to content

Commit 8a147dd

Browse files
committed
fix: set default table height to 300 for improved layout
1 parent 5b393e9 commit 8a147dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/app-table/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const appTableRef = ref()
9494
const loading = ref(false)
9595
const showInput = ref(false)
9696
const inputValue = ref('')
97-
const tableHeight = ref(0)
97+
const tableHeight = ref(300)
9898
9999
watch(showInput, (bool) => {
100100
if (!bool) {

0 commit comments

Comments
 (0)