Update GraphPanel.vue and WorkbenchPanel.vue for improved UI and clarity

- Changed maximize button icon for better visual representation.
- Revised descriptions in WorkbenchPanel.vue to enhance clarity and context regarding ontology generation and graph building processes.
- Updated step titles and descriptions to reflect more accurate terminology and user guidance.
This commit is contained in:
666ghj
2025-12-11 14:05:44 +08:00
parent ba6f63fcbd
commit 860677b104
2 changed files with 5 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
<span class="btn-text">Refresh</span>
</button>
<button class="tool-btn" @click="$emit('toggle-maximize')" title="最大化/还原">
<span class="icon-maximize">×</span>
<span class="icon-maximize"></span>
</button>
</div>
</div>