This commit is contained in:
zhaofang
2022-11-21 17:01:23 +08:00
parent 4cd7926f24
commit 7b570e8e0a
2 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ Vue.prototype.$keywordActiveShow=function(str,keyword){
if(!str||str.indexOf(keyword)===-1||keyword==''){
return str
}
return str.replace(keyword,`<span style="color:#FF8E00">${keyword}</span>`)
return str.replace(keyword,`<span style="color:#387DF7 ">${keyword}</span>`)
}