refactor(agent): 优化客服和工作流界面布局和样式

- 调整了客服和工作流界面的栅格布局,优化了不同屏幕大小下的显示效果- 改进了历史聊天记录的展示方式,增加了 tooltip 和自适应布局
- 统一了聊天窗口的样式,增加了反馈功能- 优化了工作流内容区域的样式,使其更加适应长内容展示
This commit is contained in:
林志军
2025-07-29 17:46:10 +08:00
parent be3843585a
commit f96b96e11f
3 changed files with 384 additions and 110 deletions

View File

@ -76,18 +76,13 @@ const handleSubmit = async () => {
<style scoped lang="scss">
.form-container {
padding: 24px;
border: 1px solid #d7d7d9; /* 添加灰色边框 */
background: var(--BG-White, white);
min-height: 70vh;
:deep(.arco-input-wrapper),
:deep(.arco-textarea-wrapper) {
border-radius: 4px;
border-color: #d7d7d9;
background-color: #fff;
height: 35px;
width: 400px;
width: 300px;
&:focus-within,
&.arco-input-focus {