Browse Source

no message

d123 7 years ago
parent
commit
c7f86d2d25
1 changed files with 2 additions and 1 deletions
  1. 2 1
      CallCenterWeb.UI/ReportForm/orderTypeReagents.html

+ 2 - 1
CallCenterWeb.UI/ReportForm/orderTypeReagents.html

@@ -147,9 +147,10 @@
147 147
 								 	str +='</tr>';
148 148
 								 $('#list tbody').append(str);
149 149
 								  $(".tbody tr").each(function(){
150
-   				 $(this).find("td:last").css({"color":"#e43926","font-weight":"bold"});
150
+   				 $(this).find("td:last").css({"color":"#e43926","font-weight":"bold","font-size":"16px"});
151 151
 })
152 152
 								})
153
+		        			$('#list tbody tr:last').css({"color":"#e43926","font-weight":"bold","font-size":"16px"}); 
153 154
 		        		}
154 155
 		        	})
155 156
 			}