mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-10 11:26:50 +08:00
refactor(component): 优化多个组件的显示逻辑和样式
- 在 RenderCropper 组件中添加 visible 属性控制显示状态 - 修改 intelligent-agent 组件中图表的子标题 - 在 knowledgeForm 组件中添加图标预览功能
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
width="600px"
|
||||
append-to-body
|
||||
>
|
||||
<div class="flex">
|
||||
<div class="flex" v-if="visible">
|
||||
<cropper-canvas style="width: 100%;flex:1" cover image>
|
||||
<cropper-image
|
||||
:src="file.url"
|
||||
|
||||
Reference in New Issue
Block a user