From b658cae78c1de724165c94111d08510eea841b6f Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Sun, 19 Mar 2023 00:41:25 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20biz=20tab=20close=20button=20:after?= =?UTF-8?q?=EB=A1=9C=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tiles/biz/layout-tiles-biz-main.jsp | 29 +++++++++++++++++++ .../resources/biz/common/js/contentTabs.js | 2 +- 2 files changed, 30 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 469190c4..c9cbdfad 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 @@ -42,6 +42,30 @@ .tab_wrap .tit_list > li.active a {position: relative;border-color: #ddd;border-bottom: 1px solid #fff;background: #fff;color: #337ab7;z-index: 2;} .tab_wrap .tab_con {border: 1px solid #ddd;border-top: none;} .tab_wrap .tab_con .tab_list {display: none;height: 200px;padding: 15px;} +/* + .tab-close { + background-image: url(/resources/images/btn/bu5_close.gif); + display: inline-block; + background-size: 10px 10px; + width: 10px; + height: 10px; + cursor: hand; + } +*/ + div#ifrTabs li.tab:after { + /*content: url(/resources/images/btn/bu5_close.gif);*/ + /*content: attr(css);*/ + + content: ''; + background-image: url(/resources/images/btn/bu5_close.gif); + display: inline-block; + background-size: 10px 10px; + width: 10px; + height: 10px; + cursor: hand; + } + + @@ -95,6 +119,7 @@