-
-
-
-
- {{ text_title }}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ actived_index + 1 }}/{{ dot_list.length }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/model-custom/components/index-default.ts b/src/components/model-custom/components/index-default.ts
index 160afca1..441c3b9f 100644
--- a/src/components/model-custom/components/index-default.ts
+++ b/src/components/model-custom/components/index-default.ts
@@ -175,18 +175,16 @@ const panel_com_data = {
}
const custom_group_com_data = {
+ // 容器高度
com_width: 100,
com_height: 100,
staging_height: 100,
- color_list: [{ color: 'rgb(244, 252, 255)', color_percentage: undefined }],
- direction: '90deg',
- custom_list: [],
+ custom_list: [], // 自定义内容处理
custom_height: 100, // 自定义高度
- data_content: {
-
- },
+ data_source_direction: 'vertical', // 铺满方式
+ data_source_carousel_col: 1, // 铺满数量
data_style: {
- ...defaultCustom
+ ...defaultCustom.style
}
}
// 判断两个矩形是否有交集或者被包裹
diff --git a/src/components/model-custom/components/index.vue b/src/components/model-custom/components/index.vue
index caf314de..6c5e347b 100644
--- a/src/components/model-custom/components/index.vue
+++ b/src/components/model-custom/components/index.vue
@@ -84,6 +84,9 @@
+
+
+
@@ -202,10 +205,7 @@ const on_sort = (item: SortableEvent) => {
};
//#endregion
//#region 中间区域的处理逻辑
-const diy_data = ref