d123 лет назад: 7
Родитель
Сommit
c857c691b1
1 измененных файлов с 6 добавлено и 1 удалено
  1. 6 1
      CallCenterWeb.UI/ReportForm/orderTypeInstrument.html

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

@@ -153,10 +153,15 @@
153 153
 				        			})
154 154
 								 	str +='</tr>';
155 155
 								 $('#list tbody').append(str);
156
+								 //最后一列添加颜色
156 157
 								 $(".tbody tr").each(function(){
157 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
 			}