lvhao 20 ساعت پیش
والد
کامیت
d11aca6d43
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      template/erp/workshopshow_zcwjgshow.html

+ 5 - 5
template/erp/workshopshow_zcwjgshow.html

@@ -52,11 +52,11 @@ function custom(){
 $(".data tr").each(function() {
     $(this).find('td:eq(0)').css("width","1%");
     $(this).find('td:eq(1)').css("width","10%");
-    $(this).find('td:eq(2)').css("width","3%");
-    $(this).find('td:eq(3)').css("width","20%");
-    $(this).find('td:eq(4)').css("width","25%");
-    $(this).find('td:eq(5)').css("width","13%");
-    $(this).find('td:eq(6)').css("width","25%");
+    $(this).find('td:eq(2)').css("width","30%");
+    $(this).find('td:eq(3)').css("width","10%");
+    $(this).find('td:eq(4)').css("width","10%");
+    $(this).find('td:eq(5)').css("width","10%");
+    $(this).find('td:eq(6)').css("width","10%");
 });}