24/09/11 console.log 삭제
This commit is contained in:
parent
2929595d35
commit
bc89d7ae07
@ -161,9 +161,7 @@ $(document).ready(function(){
|
|||||||
console.log(titleIndex)
|
console.log(titleIndex)
|
||||||
if(titleIndex != 0){
|
if(titleIndex != 0){
|
||||||
$('.tableExcel .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
$('.tableExcel .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
||||||
console.log("d")
|
|
||||||
}else{
|
}else{
|
||||||
console.log("a")
|
|
||||||
$('.tableExcel .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
$('.tableExcel .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -186,9 +184,7 @@ $(document).ready(function(){
|
|||||||
console.log(titleIndex)
|
console.log(titleIndex)
|
||||||
if(titleIndex != 0){
|
if(titleIndex != 0){
|
||||||
$('.tableClip .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
$('.tableClip .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
||||||
console.log("d")
|
|
||||||
}else{
|
}else{
|
||||||
console.log("a")
|
|
||||||
$('.tableClip .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
$('.tableClip .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user