lvhao 2 月之前
父节点
当前提交
f80db347b2
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      template/erp/amazonbarcode.html

+ 5 - 3
template/erp/amazonbarcode.html

@@ -56,11 +56,13 @@ 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(2)').css("width","4%");
 $(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(6)').css("width","4%");
+$(this).find('td:eq(7)').css("width","4%");
+$(this).find('td:eq(8)').css("width","8%");
+$(this).find('td:eq(9)').css("width","8%");
 });}
 
 $(".amazondrexcel").click(function() {