From 2c98c3bc43e60ef470348ce48953561440e6282f Mon Sep 17 00:00:00 2001 From: psy Date: Wed, 30 Nov 2022 14:08:35 +0900 Subject: [PATCH] =?UTF-8?q?2022.11.30=20=EB=B0=95=EC=86=8C=EC=98=81=20-=20?= =?UTF-8?q?=EB=8B=A8=EC=86=8D=EA=B4=80=EB=A6=AC>=EB=93=B1=EB=A1=9D>?= =?UTF-8?q?=EA=B0=9C=EB=B3=84=EC=B4=9D=EC=A0=95=EB=B3=B4=ED=8C=9D=EC=97=85?= =?UTF-8?q?=20=EA=B7=B8=EB=A6=AC=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fims/biz/common/popup/fimsTotalPopup.jsp | 2 +- .../webapp/resources/biz/common/css/index.css | 20 +++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fims/biz/common/popup/fimsTotalPopup.jsp b/src/main/webapp/WEB-INF/jsp/fims/biz/common/popup/fimsTotalPopup.jsp index 56b69f0a..ecb3ea74 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/biz/common/popup/fimsTotalPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/biz/common/popup/fimsTotalPopup.jsp @@ -109,7 +109,7 @@ -
+
    >
  • <%@include file="/WEB-INF/jsp/framework/biz-popup-btn.jsp" %> diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index 5a815529..43b2eeca 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -813,7 +813,7 @@ header { .w_fix01 { width: 75%; - min-width:700px; + min-width:600px; height: 670px; } @@ -1081,7 +1081,7 @@ header { width: 13px; display: block; float: left; - padding-top: 18px; } + padding: 16px 9px 0px 10px; } .shipmentInfo .titleBox_01 { width: 100px; @@ -2170,6 +2170,7 @@ button { .tab-list-ui .detailList dd .list li a span { position: absolute; right: 20px; + font-size: 11px; letter-spacing: -0.55px; color: #999; } @@ -2265,6 +2266,14 @@ button { /*# sourceMappingURL=index.css.map */ +#tabs_0{ + border: 0px solid red; + display: flex; + gap: 1em; + padding: 20px; +} + + /*2022.11.18 박소영 반응형 미디어쿼리 추가*/ @media screen and (max-width: 1000px){ .w_fix01 col:nth-child(2){ @@ -2290,4 +2299,11 @@ button { border:0px solid red; width:12%!important; } + #tabs_0{ + border: 0px solid green; + display: flex; + flex-direction: column; + gap: 1em; + padding: 20px; + } } \ No newline at end of file