refactor(agent): 重构智能体页面布局和样式

-调整了智能体卡片的布局结构,优化了标题和描述的显示方式
- 改进了历史对话的展示样式,增加了滚动指示器
- 统一了标签和图标的样式,提升了视觉一致性
- 优化了搜索框和卡片列表的样式,提高了用户体验
This commit is contained in:
林志军
2025-07-28 17:07:49 +08:00
parent 44a88a4d67
commit 058d5ef066
3 changed files with 54 additions and 16 deletions

View File

@ -7,6 +7,7 @@
:label="field.props.label"
:field="field.props.name"
:rules="field.props.rules"
:tooltip="field.props.tip"
>
<a-input
allowClear
@ -31,6 +32,7 @@
{{ option.label }}
</a-option>
</a-select>
</a-form-item>
</a-form>
<a-button type="primary" :disabled="loading" @click="handleSubmit">提交执行</a-button>