瀏覽代碼

모바일 재고실사 수정

whakdo963 2 年之前
父節點
當前提交
e7cbefff1e
共有 2 個文件被更改,包括 9 次插入6 次删除
  1. 3 3
      src/main/webapp/mobile/app/mstockmng/MSTOCKMNG02010.html
  2. 6 3
      src/main/webapp/mobile/css/style.css

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

@@ -49,7 +49,7 @@
49 49
 		  </div>
50 50
 			<div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_AREA" class="scroll_area row-4">
51 51
 			  <ul id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
52
-			  <div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWCOPY" style="display: none;"> <!-- display:gird -->
52
+			  <div id="ITP_LIST_MSTOCKMNG02010_LIST_ITEM_ROWCOPY" style="display: grid;"> <!-- display:gird -->
53 53
 				<li class="history_list5 list-row">
54 54
 				  <div>
55 55
 					<div class="left">
@@ -138,7 +138,7 @@
138 138
 			</div>
139 139
 			<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_AREA" class="popup_scroll">
140 140
 				<ul id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
141
-				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: block;">
141
+				<div id="ITP_LIST_MSTOCKMNG02010_POP_WHS_ROWCOPY" style="display: none;">
142 142
 					<li class="row_2">
143 143
 						<div class="scroll_left">
144 144
 							<div class="con_2 fnWhsNm">브랜드 창고 명A</div>
@@ -197,7 +197,7 @@
197 197
 					</div>
198 198
 				</div>
199 199
 			</div>
200
-			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="display: block;">
200
+			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="display: none;">
201 201
 				<div class="table_tr">
202 202
 					<div class="table_td" style="width:10%; border:none;">
203 203
 						<input type="checkbox" class="chkItem" checked>

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

@@ -52,8 +52,8 @@ section .popup2 .pop .search_bar button {position:relative; top:-64px; backgroun
52 52
 section .popup2 .pop .search_bar button img {width: 18px;}
53 53
 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;}
54 54
 section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
55
-section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0;}
56
-section .popup2 .pop .search_item_bar select {width:22%;border-radius:5px; margin-right:5px;}
55
+section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
56
+section .popup2 .pop .search_item_bar select {width:22%; height:27px; border-radius:5px; margin-right:5px;}
57 57
 section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
58 58
 section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
59 59
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
@@ -65,7 +65,10 @@ section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-
65 65
 section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}
66 66
 section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-3px;}
67 67
 
68
-section .popup2 .pop .table_body{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: none;}
68
+section .popup2 .pop .table_body{width:98%; height:120px; margin:0 auto; border:1px solid #aaa; border-bottom: none; overflow:auto;}
69
+section .popup2 .pop .table_body::-webkit-scrollbar {
70
+    display: none; /* Chrome, Safari, Opera*/
71
+}
69 72
 section .popup2 .pop .table_body .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
70 73
 section .popup2 .pop .table_body .table_tr .table_td{width:23%;; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
71 74
 section .popup2 .pop .table_body .table_tr .table_td div {font-size:14px; font-weight:100;}