|
@@ -123,7 +123,7 @@ func SearchReport(keyWord string, classifyIdFirsts []int, classifyIdSeconds []in
|
|
|
"Categories":map[string]interface{}{},
|
|
|
"BodyContent":map[string]interface{}{},
|
|
|
},
|
|
|
- "pre_tags" : "<span style=\"color:#efefef\">",
|
|
|
+ "pre_tags" : "<span style=\"color:#E3B377\">",
|
|
|
"post_tags": "</span>",
|
|
|
}
|
|
|
|
|
@@ -253,7 +253,7 @@ func ReportListSearch(keyWord string, classifyIdFirst int, classifyIdSeconds []i
|
|
|
"Abstract":map[string]interface{}{},
|
|
|
"StageStr":map[string]interface{}{},
|
|
|
},
|
|
|
- "pre_tags" : "<span style=\"color:#efefef\">",
|
|
|
+ "pre_tags" : "<span style=\"color:#E3B377\">",
|
|
|
"post_tags": "</span>",
|
|
|
}
|
|
|
|