From 0c6cfe5c17bde8629e4eba1f725a031f4e2884cb Mon Sep 17 00:00:00 2001 From: 2910410219 <2910410219@qq.com> Date: Thu, 7 May 2026 20:04:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=87=8D=E6=9E=84=E5=88=9B=E4=BD=9C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BB=A5=E6=94=AF=E6=8C=81=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E7=9A=84Tab=E5=88=87=E6=8D=A2=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增左侧面板的Tab切换,允许用户在“工作空间”和“当前选中元素”之间切换 - 优化工作空间的树形结构展示,提升用户交互体验 - 添加当前选中元素的动态表单,支持根据选中节点显示相应的属性配置 - 更新相关样式以增强界面可读性和美观性 --- src/views/digitalHuman/creation/index.vue | 1196 ++++++--- .../digitalHuman/creation/index.vue.backup | 2180 +++++++++++++++++ 2 files changed, 3019 insertions(+), 357 deletions(-) create mode 100644 src/views/digitalHuman/creation/index.vue.backup diff --git a/src/views/digitalHuman/creation/index.vue b/src/views/digitalHuman/creation/index.vue index af55afa..c3a0a4a 100644 --- a/src/views/digitalHuman/creation/index.vue +++ b/src/views/digitalHuman/creation/index.vue @@ -1,106 +1,178 @@