feat(ui): 更新任务流程卡片样式和图标

- 引入 Element Plus 图标组件替代原有文字图标
- 移除卡片阴影属性优化视觉效果
- 调整结果区域按钮组布局对齐方式
- 更新文本域样式增加颜色变量支持
- 注释掉编辑卡片背景色定义
- 添加图标依赖包到项目配置
This commit is contained in:
zhaoweijie
2025-12-21 19:57:33 +08:00
parent cc22655a1e
commit 7da5e82d40
4 changed files with 4936 additions and 4132 deletions

View File

@@ -17,6 +17,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@jsplumb/browser-ui": "^6.2.10",
"@types/markdown-it": "^14.1.2",
"@vueuse/core": "^14.0.0",