Sfoglia il codice sorgente

구매요청생성 팝업 수정

whakdo963 2 anni fa
parent
commit
64079ebe68

+ 0 - 3
src/main/webapp/mobile/app/mpomng/MPOMNG01010.html

@@ -168,9 +168,6 @@
168 168
                     <button id="ITP_BTN_MPOMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
169 169
                 </form>
170 170
             </div>
171
-            <div class="select_btn">
172
-                <button id="ITP_BTN_MPOMNG01010_POP_WHS_NM" class="btn_red">납품장소 <img src="../img/arrow_down.png"></button>
173
-            </div>    
174 171
             <div id="ITP_LIST_MPOMNG01010_POP_WHS_AREA" class="popup_scroll">
175 172
                 <ul id="ITP_LIST_MPOMNG01010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
176 173
                 <div id="ITP_LIST_MPOMNG01010_POP_WHS_ROWCOPY" style="display: none;">

+ 2 - 2
src/main/webapp/mobile/css/style.css

@@ -49,7 +49,7 @@ section .popup2 .pop .header .header_left label {font-size: 16px; font-weight:10
49 49
 section .popup2 .pop .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
50 50
 section .popup2 .pop .header .header_right button {border: none; background: transparent; margin:3px -5px;}
51 51
 section .popup2 .pop .header .header_right button img {width:22px;}
52
-section .popup2 .pop .select_btn {position:relative; width:100%; height: 63px;}
52
+section .popup2 .pop .select_btn {position:relative; width:100%; height: 45px;}
53 53
 section .popup2 .pop .select_btn button.btn_red {float: right; width: 90px; height: 25px; margin:0 7px; background:#d9baaf; color: #fff; font-size: 12px; padding-top:4px; border: 1px solid #cca597;}
54 54
 section .popup2 .pop .select_btn button.btn_blue {float: right; width: 90px; height: 34px; margin:0 7px; background:#8f9fc6; color: #fff; font-size: 12pt; padding-top:4px; border: 1px solid #cacfe3;}
55 55
 section .popup2 .pop .select_btn button.btn_blue:active{background-color: #708cd1;}
@@ -83,7 +83,7 @@ section .popup2 .pop .table_tr .table_td div {text-overflow:ellipsis; overflow:h
83 83
 section .popup2 .pop .table_tr .table_td .chkItem {margin-top:-5px; width:15px; left:50%; position:relative; transform:translateX(-50%);}
84 84
 
85 85
 section .popup2 .pop .popup_scroll ul.mb_0 {margin-bottom:0 !important;}
86
-section .popup2 .pop .popup_scroll {position: relative; top:-25px; width: 100%;height: 70%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
86
+section .popup2 .pop .popup_scroll {position: relative; width: 100%;height: 70%; overflow: auto; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
87 87
 section .popup2 .pop .popup_scroll li {list-style: none; width: 100%; height: 50px; border-bottom: 1px solid #E0B8AB;}
88 88
 section .popup2 .pop .popup_scroll li.row_2 {height: 70px; display:flex;}
89 89