Ver Código Fonte

增加颜色

d123 7 anos atrás
pai
commit
c857c691b1

+ 6 - 1
CallCenterWeb.UI/ReportForm/orderTypeInstrument.html

153
 				        			})
153
 				        			})
154
 								 	str +='</tr>';
154
 								 	str +='</tr>';
155
 								 $('#list tbody').append(str);
155
 								 $('#list tbody').append(str);
156
+								 //最后一列添加颜色
156
 								 $(".tbody tr").each(function(){
157
 								 $(".tbody tr").each(function(){
157
    				 $(this).find("td:last").css({"color":"#e43926","font-weight":"bold","font-size":"16px"});
158
    				 $(this).find("td:last").css({"color":"#e43926","font-weight":"bold","font-size":"16px"});
158
-})
159
+});
160
+
161
+//
162
+//						
159
 								})
163
 								})
164
+		        			$('#list tbody tr:last').css({"color":"#e43926","font-weight":"bold","font-size":"16px"}); 
160
 		        		}
165
 		        		}
161
 		        	})
166
 		        	})
162
 			}
167
 			}