관리자 content 영역 너비 조정

main
유지인 2025-11-10 17:54:10 +09:00
parent bb3acba7c3
commit 8cbba947bc
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ document.addEventListener('keyup', function(e) {
<td width="10" valign="top">&nbsp;</td>
<td width="100%" valign="top">
<iframe height="650" width="1200" marginheight="0" src="${pageContext.request.contextPath}/admins/frame/mainframe.do?menuId=${menuId}&pId=${pId}&viewName=${viewName}&idx=${idx}" name="mainFrame" frameborder="0" scrolling="no"></iframe>
<iframe height="650" width="1300" marginheight="0" src="${pageContext.request.contextPath}/admins/frame/mainframe.do?menuId=${menuId}&pId=${pId}&viewName=${viewName}&idx=${idx}" name="mainFrame" frameborder="0" scrolling="no"></iframe>
</td>