2022.11.30 박소영

- 단속관리>등록>개별총정보팝업 그리드 수정
main
psy 2 years ago
parent d9da832eb5
commit 2c98c3bc43

@ -109,7 +109,7 @@
</div> </div>
</div> </div>
<div class="topBtnArea-a" style="/*width: 900px;*/ min-width: 420px; width:75%;"> <div class="topBtnArea-a" style="/*width: 900px;*/ min-width: 420px; width:100%;">
<ul class="btnList" <%--style="margin-top: -24px;"--%>> <ul class="btnList" <%--style="margin-top: -24px;"--%>>
<li> <li>
<%@include file="/WEB-INF/jsp/framework/biz-popup-btn.jsp" %> <%@include file="/WEB-INF/jsp/framework/biz-popup-btn.jsp" %>

@ -813,7 +813,7 @@ header {
.w_fix01 { .w_fix01 {
width: 75%; width: 75%;
min-width:700px; min-width:600px;
height: 670px; height: 670px;
} }
@ -1081,7 +1081,7 @@ header {
width: 13px; width: 13px;
display: block; display: block;
float: left; float: left;
padding-top: 18px; } padding: 16px 9px 0px 10px; }
.shipmentInfo .titleBox_01 { .shipmentInfo .titleBox_01 {
width: 100px; width: 100px;
@ -2170,6 +2170,7 @@ button {
.tab-list-ui .detailList dd .list li a span { .tab-list-ui .detailList dd .list li a span {
position: absolute; position: absolute;
right: 20px; right: 20px;
font-size: 11px; font-size: 11px;
letter-spacing: -0.55px; letter-spacing: -0.55px;
color: #999; } color: #999; }
@ -2265,6 +2266,14 @@ button {
/*# sourceMappingURL=index.css.map */ /*# sourceMappingURL=index.css.map */
#tabs_0{
border: 0px solid red;
display: flex;
gap: 1em;
padding: 20px;
}
/*2022.11.18 박소영 반응형 미디어쿼리 추가*/ /*2022.11.18 박소영 반응형 미디어쿼리 추가*/
@media screen and (max-width: 1000px){ @media screen and (max-width: 1000px){
.w_fix01 col:nth-child(2){ .w_fix01 col:nth-child(2){
@ -2290,4 +2299,11 @@ button {
border:0px solid red; border:0px solid red;
width:12%!important; width:12%!important;
} }
#tabs_0{
border: 0px solid green;
display: flex;
flex-direction: column;
gap: 1em;
padding: 20px;
}
} }
Loading…
Cancel
Save