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 @@
+ :class="componentClass" :style="componentStyle">
{{ componentText }}
-
+
-
\ 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 @@