fix: style overflow

This commit is contained in:
ChenZhaoYu
2023-02-09 16:58:18 +08:00
parent f38fcc7721
commit 85ac61caa7
2 changed files with 11 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ function initChat() {
function handleClear() {
list.value = []
setTimeout(initChat, 200)
setTimeout(initChat, 100)
}
function handleEnter(event: KeyboardEvent) {