diff --git a/src/components/model-search/index.ts b/src/components/model-search/index.ts deleted file mode 100644 index 90123490..00000000 --- a/src/components/model-search/index.ts +++ /dev/null @@ -1,34 +0,0 @@ -interface hot_word_list { - id: string; - value: string; - color: string; -} -interface search_content { - is_center: boolean; - is_icon_show: boolean; - icon_src: string; - icon_img_src: uploadList[]; - icon_class: string; - search_botton_src: uploadList[]; - search_botton_icon: string; - is_tips_show: boolean; - tips: string; - is_search_show: boolean; - search_type: string; - search_tips: string; - hot_word_list: hot_word_list[]; -} -interface search_styles { - icon_color: string; - button_inner_color: string; - color_list: color_list[]; - direction: string; - background_img_style: string; - background_img_url: uploadList[]; - search_button_radius: object; - tips_color: string; - hot_words_color: string; - search_border: string; - search_border_radius: object; - common_style: object; -} \ No newline at end of file diff --git a/src/components/model-search/model-search-content.vue b/src/components/model-search/model-search-content.vue index 947c9888..b5428c59 100644 --- a/src/components/model-search/model-search-content.vue +++ b/src/components/model-search/model-search-content.vue @@ -54,31 +54,11 @@ diff --git a/src/components/model-search/model-search-styles.vue b/src/components/model-search/model-search-styles.vue index 388818a0..bc2c4a41 100644 --- a/src/components/model-search/model-search-styles.vue +++ b/src/components/model-search/model-search-styles.vue @@ -61,11 +61,16 @@