통계 화면 레이아웃 조정
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-07-16 11:11:01 +09:00
parent b9c6a0da06
commit 21c493cb0e
5 changed files with 106 additions and 50 deletions
@@ -459,6 +459,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
// 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
// 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
$(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}
@@ -505,6 +508,9 @@
for (var i = 0; i < colModel.length; i++) {
$(this).setColProp(colModel[i].name, { sortable: false });
}
// 조회(reloadGrid) 시 컬럼 폭이 고정폭(shrinkToFit:false)으로 남아
// 실제 컨테이너 폭과 어긋나 가로 스크롤이 생기는 것을 방지
$(this).jqGrid('setGridWidth', $('#content_middle').width(), true);
}
});
}