lvhao 22 시간 전
부모
커밋
9d75b4df15
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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%");
   
 });}