lvhao hace 17 horas
padre
commit
c2dc1900a2
Se han modificado 1 ficheros con 8 adiciones y 3 borrados
  1. 8 3
      template/erp/color.html

+ 8 - 3
template/erp/color.html

@@ -75,12 +75,17 @@ var customon = 1;
 function custom(){
 $(".data tr").each(function() {
 $(this).find('td:eq(0)').css("width","1%");
-$(this).find('td:eq(1)').css("width","11%");
-$(this).find('td:eq(2)').css("width","6%");
+$(this).find('td:eq(1)').css("width","7%");
+$(this).find('td:eq(2)').css("width","5%");
 $(this).find('td:eq(3)').css("width","6%");
 $(this).find('td:eq(4)').css("width","7%");
-$(this).find('td:eq(6)').css("width","8%");
+$(this).find('td:eq(5)').css("width","7%");
+$(this).find('td:eq(6)').css("width","9%");
+$(this).find('td:eq(7)').css("width","6%");
+$(this).find('td:eq(8)').css("width","8%");
 $(this).find('td:eq(9)').css("width","20%");
+$(this).find('td:eq(10)').css("width","9%");
+$(this).find('td:eq(11)').css("width","9%");
 });}
 $(".excel").click(function() {
     var f = "";