style: 输入框高度

This commit is contained in:
2026-02-24 11:17:01 +08:00
parent 4aecf739df
commit 8988a9b6ca
3 changed files with 4 additions and 63 deletions

View File

@@ -77,8 +77,8 @@
})
messageList.value.push(aiMessage)
const threadId = '' //
console.log('token---', params.token, '参数---', params)
// const threadId = '' //
// console.log('token---', params.token, '参数---', params)
try {
const urlParams = new URLSearchParams<AgentParamsType>({

View File

@@ -512,6 +512,7 @@
}
.scroll-content {
display: flex;
flex: 1;
overflow-y: auto;
padding: 3.4rem 1.7rem 1.7rem;