Przeglądaj źródła

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

juney 2 lat temu
rodzic
commit
10bc8ae976

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

@@ -178,7 +178,7 @@
178 178
 			</form>
179 179
 			<div id="ITP_POP_MSTOCKMNG02010_TABLE_AREA" class="table">
180 180
 				<div class="table_tr">
181
-					<div class="tabel_th" style="width:10%; border: none;">
181
+					<div class="tabel_th" style="width:10%;">
182 182
 						<label><input type="checkbox" class="chkAll" checked></label>
183 183
 					</div>
184 184
 					<div class="tabel_th">

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

@@ -65,7 +65,7 @@ section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;
65 65
 section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
66 66
 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;}
67 67
 
68
-section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-right:none;}
68
+section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
69 69
 section .popup2 .pop .table .table_tr {display:flex;}
70 70
 section .popup2 .pop .table .table_tr .tabel_th{width:23%;; height:30px; border-left:1px solid #aaa; background:#eee;}
71 71
 section .popup2 .pop .table .table_tr .tabel_th label {font-size:14px; padding-top:5px; font-weight:100;}