소스 검색

提交数据

lvhao 22 시간 전
부모
커밋
e88047cb62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      template/erp/whlabel_bh.html

+ 1 - 1
template/erp/whlabel_bh.html

@@ -115,7 +115,7 @@ var customon = 1;
 function custom(){
 $(".data tr").each(function() {
 $(this).find('td:eq(1)').css("width","13%");
-$(this).find('td:eq(2)').css("width","45%");
+$(this).find('td:eq(2)').css("width","40%");
 $(this).find('td:eq(3)').css("width","10%");
 $(this).find('td:eq(4)').css("width","4%");
 $(this).find('td:eq(5)').css("width","4%");