feat(component): 添加后退按钮组件并应用到多个页面

- 新增 BackButton 组件,用于实现后退功能
- 在 agent、knowledge、intelligent-agent 等模块的多个页面中集成后退按钮
- 优化后退按钮的样式和交互效果
This commit is contained in:
陈昱达
2025-05-08 18:20:02 +08:00
parent 5d69a36f7d
commit 4cfe4d42eb
7 changed files with 94 additions and 17 deletions

View File

@@ -38,13 +38,13 @@
<p class="mt10 fs14 theme-primary-desc-text" style="line-height: 15px">
同时也可以通过修改和删除操作对系统内知识体系进行修正和优化
</p>
<el-button
type="primary"
class="mt20 render-button pv8 ph10"
plain
icon="el-icon-document-remove"
>操作文档</el-button
>
<!-- <el-button-->
<!-- type="primary"-->
<!-- class="mt20 render-button pv8 ph10"-->
<!-- plain-->
<!-- icon="el-icon-document-remove"-->
<!-- >操作文档</el-button-->
<!-- >-->
</div>
</div>