From 1d57d21d509e026f06b81c1c20d36164bd817cd9 Mon Sep 17 00:00:00 2001 From: lhj <403133128@qq.com> Date: Sun, 10 Nov 2024 01:41:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E5=A2=9E=E5=8A=A0=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=A8=E5=B1=9E=E6=80=A7=E7=BC=96=E8=BE=91=E5=99=A8=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=90=8E=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81=E5=88=B0?= =?UTF-8?q?=E7=9B=B8=E5=BA=94=E7=9A=84=E7=BB=84=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DynamicComponent.vue | 77 +++++++++++++++--------- src/components/PropertyEditor.vue | 29 ++++++--- src/stores/useSchemeStore.ts | 4 ++ src/utils/buildScheme.cjs | 92 ++++++++++++++++++++++++----- 4 files changed, 152 insertions(+), 50 deletions(-) diff --git a/src/components/DynamicComponent.vue b/src/components/DynamicComponent.vue index e66073b..3f1054e 100644 --- a/src/components/DynamicComponent.vue +++ b/src/components/DynamicComponent.vue @@ -1,53 +1,72 @@ - \ No newline at end of file diff --git a/src/components/PropertyEditor.vue b/src/components/PropertyEditor.vue index d585373..614b355 100644 --- a/src/components/PropertyEditor.vue +++ b/src/components/PropertyEditor.vue @@ -3,7 +3,7 @@
+ style="width: 100%;justify-content: center;text-align: center"> 属性 样式 交互 @@ -22,7 +22,11 @@
是否可见 - + +
+
+ 是否禁用 +
@@ -56,20 +60,31 @@