lvhao 18 hours ago
parent
commit
9d75b4df15
1 changed files with 3 additions and 3 deletions
  1. 3 3
      template/erp/workshopshow_cjzcsl.html

+ 3 - 3
template/erp/workshopshow_cjzcsl.html

@@ -39,11 +39,11 @@ 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","25%");
-    $(this).find('td:eq(3)').css("width","25%");
+    $(this).find('td:eq(2)').css("width","24%");
+    $(this).find('td:eq(3)').css("width","24%");
     $(this).find('td:eq(4)').css("width","10%");
     $(this).find('td:eq(5)').css("width","10%");
-    $(this).find('td:eq(6)').css("width","15%");
+    $(this).find('td:eq(6)').css("width","17%");
   
 });}