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 @@