diff --git a/src/components/common/common-styles/index.vue b/src/components/common/common-styles/index.vue index 169322fe..6d9682b9 100644 --- a/src/components/common/common-styles/index.vue +++ b/src/components/common/common-styles/index.vue @@ -28,13 +28,13 @@ - + - + - +
@@ -63,6 +63,18 @@ const props = defineProps({ value: { type: Object, default: () => ({}), + }, + isMargin: { + type: Boolean, + default: true, + }, + isRadius: { + type: Boolean, + default: true, + }, + isShadow: { + type: Boolean, + default: true, } }); // 初始化表单数据 diff --git a/src/components/page-settings/page-styles.vue b/src/components/page-settings/page-styles.vue index cf4dc49d..143415d9 100644 --- a/src/components/page-settings/page-styles.vue +++ b/src/components/page-settings/page-styles.vue @@ -52,7 +52,7 @@ - +