|
@@ -167,7 +167,7 @@ $(".data tr").each(function() {
|
|
|
$(this).find('td:eq(1)').css("width","5%");
|
|
|
$(this).find('td:eq(2)').css("width","5%");
|
|
|
$(this).find('td:eq(3)').css("width","12%");
|
|
|
-$(this).find('td:eq(4)').css("width","18%");
|
|
|
+$(this).find('td:eq(4)').css("width","22%");
|
|
|
$(this).find('td:eq(6)').css("width","5%");
|
|
|
$(this).find('td:eq(8)').css("width","4%");
|
|
|
$(this).find('td:eq(9)').css("width","5%");
|
|
@@ -175,7 +175,7 @@ $(this).find('td:eq(10)').css("width","9%");
|
|
|
$(this).find('td:eq(11)').css("width","4%");
|
|
|
$(this).find('td:eq(12)').css("width","4%");
|
|
|
$(this).find('td:eq(13)').css("width","4%");
|
|
|
-$(this).find('td:eq(14)').css("width","9%");
|
|
|
+$(this).find('td:eq(14)').css("width","5%");
|
|
|
});}
|
|
|
$("select[name=dccz]").change(function(){
|
|
|
if($(this).find("option:selected").val() == "")
|