perf: 对话调整

This commit is contained in:
wangdan-fit2cloud 2024-06-20 18:13:53 +08:00
parent 1e7ba06560
commit 02f96d6f97

View File

@ -631,7 +631,9 @@ watch(
onMounted(() => {
setTimeout(() => {
quickInputRef.value.textarea.style.height = '0'
if (quickInputRef.value) {
quickInputRef.value.textarea.style.height = '0'
}
}, 1000)
})