diff --git a/src/components/model-search/index.vue b/src/components/model-search/index.vue
index 451e8c44..b95097cb 100644
--- a/src/components/model-search/index.vue
+++ b/src/components/model-search/index.vue
@@ -15,7 +15,7 @@
- {{ item.value }}
+ {{ item.value }}
diff --git a/src/components/model-search/model-search-content.vue b/src/components/model-search/model-search-content.vue
index f3eab040..21d6a3b2 100644
--- a/src/components/model-search/model-search-content.vue
+++ b/src/components/model-search/model-search-content.vue
@@ -60,7 +60,7 @@
-
+
+添加
@@ -87,7 +87,7 @@ const add = () => {
form.value.hot_word_list.push({
id: get_math(),
value: '',
- color: '#000000',
+ color: '',
});
};
const remove = (index: number) => {
diff --git a/src/components/model-search/model-search-styles.vue b/src/components/model-search/model-search-styles.vue
index c3287fba..8258f918 100644
--- a/src/components/model-search/model-search-styles.vue
+++ b/src/components/model-search/model-search-styles.vue
@@ -38,9 +38,6 @@
-
-
-
@@ -51,18 +48,19 @@
-
-
-
- 轮播设置
-
-
-
-
-
-
-
-
+
+
+ 热词设置
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/page-settings/page-setting.vue b/src/components/page-settings/page-setting.vue
index 4c95ef54..10665cee 100644
--- a/src/components/page-settings/page-setting.vue
+++ b/src/components/page-settings/page-setting.vue
@@ -61,6 +61,7 @@ const default_data = {
tips_color: '#ccc',
hot_words_color: '#000',
search_border: '#E4E4E4',
+ search_bg_color: '#fff',
search_border_radius: {
radius: 16,
radius_top_left: 16,
diff --git a/src/config/const/header-nav.ts b/src/config/const/header-nav.ts
index 39bea701..c509329a 100644
--- a/src/config/const/header-nav.ts
+++ b/src/config/const/header-nav.ts
@@ -61,6 +61,7 @@ interface DefaultFooterNav {
tips_color: string;
hot_words_color: string;
search_border: string;
+ search_bg_color: string;
search_border_radius: object;
common_style: object;
};
@@ -128,8 +129,9 @@ const defaultFooterNav: DefaultFooterNav = {
img_space: '15',
img_color: '#666',
tips_color: '#ccc',
- hot_words_color: '#000',
+ hot_words_color: '#999',
search_border: '#E4E4E4',
+ search_bg_color: '#fff',
search_border_radius: {
radius: 16,
radius_top_left: 16,
diff --git a/src/config/const/search.ts b/src/config/const/search.ts
index 37777535..2ba73cce 100644
--- a/src/config/const/search.ts
+++ b/src/config/const/search.ts
@@ -72,7 +72,7 @@ const defaultSearch: defaultSearch = {
radius_bottom_right: 16,
},
tips_color: '#ccc',
- hot_words_color: '#000',
+ hot_words_color: '#999',
search_border: '#fff',
search_bg_color: '#fff',
search_border_radius: {