mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 03:16:49 +08:00
feat(component): 添加后退按钮组件并应用到多个页面
- 新增 BackButton 组件,用于实现后退功能 - 在 agent、knowledge、intelligent-agent 等模块的多个页面中集成后退按钮 - 优化后退按钮的样式和交互效果
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user