diff --git a/src/assets/images/components/page-settings/theme-3.png b/src/assets/images/components/page-settings/theme-3.png
index d503b7eb..1834c60a 100644
Binary files a/src/assets/images/components/page-settings/theme-3.png and b/src/assets/images/components/page-settings/theme-3.png differ
diff --git a/src/assets/images/components/page-settings/theme-5.png b/src/assets/images/components/page-settings/theme-5.png
index a88397c3..77cf6a4a 100644
Binary files a/src/assets/images/components/page-settings/theme-5.png and b/src/assets/images/components/page-settings/theme-5.png differ
diff --git a/src/components/model-custom/model-custom-content.vue b/src/components/model-custom/model-custom-content.vue
index 7013f9d0..9f4a7d25 100644
--- a/src/components/model-custom/model-custom-content.vue
+++ b/src/components/model-custom/model-custom-content.vue
@@ -166,7 +166,6 @@ const changeDataSource = (key: string) => {
const url_value_dialog_call_back = (item: any[]) => {
if (item.length > 0) {
form.data_source_content = item[0];
- form.data_source_content_value = item[0].id;
} else {
form.data_source_content = {};
}
diff --git a/src/components/page-settings/index.vue b/src/components/page-settings/index.vue
index 59f8e1b3..abb341b2 100644
--- a/src/components/page-settings/index.vue
+++ b/src/components/page-settings/index.vue
@@ -5,27 +5,35 @@
-
-
-
-
-
{{ form.title }}
-
-
-
-
-
-
-
-
-
{{ form.positioning_name }}
+
+
+
+
+
+
{{ form.title }}
+
+
+
+
+
-
-
-
+
+
+ {{ form.positioning_name }}
-
+
+
+
+
+
+
+
@@ -33,6 +41,8 @@
diff --git a/src/components/page-settings/page-styles.vue b/src/components/page-settings/page-styles.vue
index 4c89db2a..f016f2d7 100644
--- a/src/components/page-settings/page-styles.vue
+++ b/src/components/page-settings/page-styles.vue
@@ -51,6 +51,24 @@
+
+
+ 右侧图标设置
+
+
+ 大
+ 中
+ 小
+
+
+
+
+ 大
+ 中
+ 小
+
+
+
diff --git a/src/views/layout/components/main/default/header-nav.ts b/src/views/layout/components/main/default/header-nav.ts
index e7de50ba..1e680d26 100644
--- a/src/views/layout/components/main/default/header-nav.ts
+++ b/src/views/layout/components/main/default/header-nav.ts
@@ -14,6 +14,7 @@ interface DefaultFooterNav {
indicator_location: string;
bottom_navigation_show: string;
positioning_name: string;
+ icon_setting: { id: string; img: uploadList[]; link: object; icon: string }[];
is_arrows_show: string;
is_center: string;
is_icon_show: string;
@@ -48,6 +49,8 @@ interface DefaultFooterNav {
search_botton_background_img_style: string;
search_botton_background_img: uploadList[];
search_button_radius: object;
+ img_size: string;
+ img_space: string;
tips_color: string;
hot_words_color: string;
search_border: string;
@@ -63,6 +66,9 @@ const defaultFooterNav: DefaultFooterNav = {
link: {},
indicator_location: 'center',
positioning_name: '默认名称',
+ icon_setting: [
+ { id: get_math(), img: [], icon: 'applet-me-message-acquiesce', link: {} },
+ ],
is_arrows_show: '1',
is_center: '0',
is_icon_show: '1',
@@ -107,6 +113,8 @@ const defaultFooterNav: DefaultFooterNav = {
radius_bottom_left: 16,
radius_bottom_right: 16,
},
+ img_size: '23',
+ img_space: '15',
tips_color: '#ccc',
hot_words_color: '#000',
search_border: '#E4E4E4',
diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue
index a69fd4aa..37349888 100644
--- a/src/views/layout/index.vue
+++ b/src/views/layout/index.vue
@@ -236,6 +236,7 @@ const save_formmat_form_data = (data: diy_data_item, close: boolean = false, is_
});
});
} else if (new_array_5.includes(item.key)) {
+ item.com_data.content.data_source_content_value = item.com_data.content.data_source_content.id;
item.com_data.content.data_source_content = {};
}
return {