瀏覽代碼

提交数据

lvhao 1 天之前
父節點
當前提交
821d912863
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      template/erp/whlabel_bh_operate.html

+ 4 - 4
template/erp/whlabel_bh_operate.html

@@ -103,10 +103,10 @@ var customon = 1;
 function custom(){
 $(".data tr").each(function() {
 $(this).find('td:eq(0)').css("width","1%");
-$(this).find('td:eq(1)').css("width","18%");
-$(this).find('td:eq(2)').css("width","25%");
-$(this).find('td:eq(3)').css("width","15%");
-$(this).find('td:eq(4)').css("width","8%");
+$(this).find('td:eq(1)').css("width","10%");
+$(this).find('td:eq(2)').css("width","38%");
+$(this).find('td:eq(3)').css("width","10%");
+$(this).find('td:eq(4)').css("width","5%");
 $(this).find('td:eq(5)').css("width","13%");
 $(this).find('td:eq(6)').css("width","19%");
 });}