瀏覽代碼

提交数据

lvhao 2 月之前
父節點
當前提交
f30c52bab2
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      template/erp/amazonbarcode.html
  2. 1 1
      template/erp/amazonbarcode_count.html

+ 2 - 2
template/erp/amazonbarcode.html

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

+ 1 - 1
template/erp/amazonbarcode_count.html

@@ -43,7 +43,7 @@ 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","12%");
 $(this).find('td:eq(4)').css("width","4%");
 $(this).find('td:eq(5)').css("width","8%");
 $(this).find('td:eq(6)').css("width","8%");