mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-29 16:12:55 +00:00
perf: 对话调整
This commit is contained in:
parent
1e7ba06560
commit
02f96d6f97
|
|
@ -631,7 +631,9 @@ watch(
|
|||
|
||||
onMounted(() => {
|
||||
setTimeout(() => {
|
||||
quickInputRef.value.textarea.style.height = '0'
|
||||
if (quickInputRef.value) {
|
||||
quickInputRef.value.textarea.style.height = '0'
|
||||
}
|
||||
}, 1000)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue