lvhao 1 개월 전
부모
커밋
0320dc58ef
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      template/erp/amazonbarcode_see.html

+ 6 - 6
template/erp/amazonbarcode_see.html

@@ -87,12 +87,12 @@ var customon = 1;
 function custom(){
 $(".data tr").each(function() {
 $(this).find('td:eq(0)').css("width","1%");
-$(this).find('td:eq(2)').css("width","8%");
-$(this).find('td:eq(4)').css("width","4%");
-$(this).find('td:eq(5)').css("width","8%");
-$(this).find('td:eq(6)').css("width","8%");
-$(this).find('td:eq(7)').css("width","8%");
-$(this).find('td:eq(8)').css("width","20%");
+$(this).find('td:eq(2)').css("width","15%");
+$(this).find('td:eq(4)').css("width","15%");
+$(this).find('td:eq(5)').css("width","15%");
+$(this).find('td:eq(6)').css("width","10%");
+$(this).find('td:eq(7)').css("width","10%");
+$(this).find('td:eq(8)').css("width","30%");
 });}
 window.onload = function() { 
 if(typeof $("select[name='printer']").length < 1) return;