mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: set default table height to 300 for improved layout
This commit is contained in:
parent
5b393e92d6
commit
8a147dddb6
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue