Przeglądaj źródła

인풑크기 통일화

whakdo963 2 lat temu
rodzic
commit
230abd9def

+ 1 - 4
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG01010.html

@@ -40,7 +40,7 @@
40 40
 					<button id="ITP_BTN_MSTOCKMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
41 41
 				  </div>
42 42
 				</div>
43
-				<div class="table_header">
43
+				<div class="table_btn line">
44 44
 				  <h1><재고 목록></h1>
45 45
 				  <button type="button" id="ITP_BTN_MSTOCKMNG01010_LIST_ADD_STCK" class="btn-primary btn-sm ADB" data-call-popup="ITP_POP_MSTOCKMNG01010_STCK_AREA">재고처리</button>
46 46
 				</div>
@@ -116,9 +116,6 @@
116 116
 					<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
117 117
 				</form>
118 118
 			</div>
119
-			<div class="select_btn">
120
-				<button id="ITP_BTN_MSTOCKMNG01010_POP_WHS_NM" class="btn_red">창 고<img src="../img/arrow_down.png"></button>
121
-			</div>
122 119
 			<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_AREA" class="popup_scroll">
123 120
 				<ul id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
124 121
 				<div id="ITP_LIST_MSTOCKMNG01010_POP_WHS_ROWCOPY" style="display: none;">

+ 1 - 4
src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html

@@ -44,7 +44,7 @@
44 44
 					<button id="ITP_BTN_MSTOCKMNG02010_LIST_SEARCH" class="btn-primary btn-sm ADB">대상 검색</button>
45 45
 				  </div>
46 46
 				</div>
47
-				<div class="table_header">
47
+				<div class="table_btn line">
48 48
 				  <h1><실사 목록></h1>
49 49
 				  <button id="ITP_BTN_MSTOCKMNG02010_LIST_BARCODE" class="btn-primary btn-sm ADB">바코드</button>
50 50
 				</div>
@@ -125,9 +125,6 @@
125 125
 					<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
126 126
 				</form>
127 127
 			</div>
128
-			<div class="select_btn">
129
-				<button id="ITP_BTN_MSTOCKMNG02010_POP_WHS_NM" class="btn_red">창 고 <img src="../img/arrow_down.png"></button>
130
-			</div>
131 128
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
132 129
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
133 130
 				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: none;">

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

@@ -60,12 +60,12 @@ section .popup2 .pop .search_bar button {position:relative; width:34px; height:3
60 60
 section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
61 61
 section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
62 62
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
63
-section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
64
-section .popup2 .pop .search_item_bar select {width:22%; height:27px; padding:0; border-radius:5px; margin-right:5px;}
63
+section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0; font-size:12px;}
64
+section .popup2 .pop .search_item_bar select {width:22%; height:34px; padding:0; border-radius:5px; margin-right:5px;}
65 65
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
66 66
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
67 67
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
68
-section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px 12px; font-size:12px; font-weight:100; border-radius:3px; border:1px solid #333;}
68
+section .popup2 .pop .search_btn_bar .btn_right button {height:34px; padding:5px 12px; font-size:12pt; font-weight:100; border-radius:3px; border:1px solid #333;}
69 69
 section .popup2 .pop .table>tbody>tr {border-bottom:1px solid #ddd;}
70 70
 section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
71 71
 section .popup2 .pop .table .table_tr {display:flex;}