@@ -109,7 +109,7 @@
for (var i =0;i<split.length;i++){
if (split[i].htmlStatus=="2"){
// this.data.rows[i].setAttribute("style","color: red;");
- rows[i+1].style.backgroundColor = "#e6e6e6"
+ rows[i+1].style.backgroundColor = "#BDD2AE"
}
},