From a12003208835cdad70a0017d60e4927d2e878857 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Fri, 24 Mar 2023 14:06:20 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=A9=94=EC=9D=B8=20=ED=83=AD?= =?UTF-8?q?=EC=9D=98=20=EB=8B=AB=EA=B8=B0=EB=B2=84=ED=8A=BC=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0,=20=ED=83=AD=20=EB=8B=AB=EA=B8=B0=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../framework/layouts/tiles/biz/layout-tiles-biz-main.jsp | 2 ++ src/main/webapp/resources/biz/common/js/jqueryTabs.js | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp index a9ec7e72..71143f1c 100644 --- a/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/framework/layouts/tiles/biz/layout-tiles-biz-main.jsp @@ -16,6 +16,8 @@ background-size: 15px 15px; width: 15px; height: 15px; + margin-right: 5px; + margin-top: 5px; cursor: hand; background-position: right; background-repeat: no-repeat; diff --git a/src/main/webapp/resources/biz/common/js/jqueryTabs.js b/src/main/webapp/resources/biz/common/js/jqueryTabs.js index f161bf51..67cdbad8 100644 --- a/src/main/webapp/resources/biz/common/js/jqueryTabs.js +++ b/src/main/webapp/resources/biz/common/js/jqueryTabs.js @@ -26,7 +26,13 @@ function openMenu(menuId, menuNm, menuUrl) { } const num_tabs = OPEN_TAB_CNT + 1; - const liEl = ''; + + let liEl = ''; + $('div#ifrTabs ul').append(liEl); $('div#ifrTabs').append(