Appearance
html
<div ref="chatContainerRef">...</div>
使得卷走的高度=整个页面的高度即可
js
chatContainerRef.value.scrollTop = chatContainerRef.value.scrollHeight;