Commit 17aac85d authored by zhengke's avatar zhengke

s

parent 5b75abfa
......@@ -637,6 +637,21 @@
SeatData.replace(SeatData()[i], newObj);
}
$(".seat").each(function (index) {
if ($(this).attr('housetype') == '3') {
$(this).parent().addClass('houseType');
}
$(".houseType:eq(0)").css("marginTop", '60px');
})
$(".row_input").each(function (index) {
if ($(this).attr('housetype') == '3') {
$(this).addClass('inputType');
}
$(".inputType:eq(0)").css("marginTop", '55px');
})
}
break;
}
......@@ -797,10 +812,6 @@
$(".houseType:eq(0)").css("marginTop", '60px');
})
$(".row_input").each(function (index) {
if ($(this).attr('housetype') == '3') {
$(this).addClass('inputType');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment