|
|
@@ -89,7 +89,7 @@ dialog::backdrop {
|
|
|
<td>SKU</td>
|
|
|
<td>商品名称</td>
|
|
|
<td>仓库品名</td>
|
|
|
-<td>上传时间</td>
|
|
|
+<td>更新时间</td>
|
|
|
<td>图片|视频</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
@@ -114,11 +114,11 @@ var customon = 1;
|
|
|
function custom(){
|
|
|
$(".data tr").each(function() {
|
|
|
$(this).find('td:eq(0)').css("width","1%");
|
|
|
-$(this).find('td:eq(1)').css("width","16%");
|
|
|
-$(this).find('td:eq(2)').css("width","16%");
|
|
|
-$(this).find('td:eq(3)').css("width","16%");
|
|
|
-$(this).find('td:eq(4)').css("width","10%");
|
|
|
-$(this).find('td:eq(5)').css("width","40%");
|
|
|
+$(this).find('td:eq(1)').css("width","13%");
|
|
|
+$(this).find('td:eq(2)').css("width","13%");
|
|
|
+$(this).find('td:eq(3)').css("width","13%");
|
|
|
+$(this).find('td:eq(4)').css("width","9%");
|
|
|
+$(this).find('td:eq(5)').css("width","50%");
|
|
|
|
|
|
|
|
|
});}
|