chore: adjust chat h5 layout and input actions

main
sp mac bookpro 2605 2026-06-11 19:11:13 +08:00
parent bdbb45e379
commit 481165c16a
2 changed files with 3 additions and 2 deletions

View File

@ -335,7 +335,6 @@ export default function ChatInput(props: {
</div>
</div>
<div className="chat-disclaimer">AI </div>
</div>
);
}

View File

@ -669,6 +669,8 @@ body {
gap: 10px;
flex-wrap: wrap;
align-items: center;
background-color: transparent;
border:0;
}
.chat-header-agent-name {
@ -715,7 +717,7 @@ body {
max-width: 780px;
width: 100%;
margin: 0 auto;
padding: 28px 24px 100px;
padding: 16px 12px 80px;
}
.bubble {