Bläddra i källkod

스크롤 수정

whakdo963 2 år sedan
förälder
incheckning
abee486d44

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

@@ -195,10 +195,10 @@
195 195
 					</div>
196 196
 				</div>
197 197
 			</div>
198
-			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="display: none;">
198
+			<div id="ITP_POP_MSTOCKMNG02010_TABLE_TR" class="table_body" style="border-bottom:1px solid #aaa; display: none;">
199 199
 				<div class="table_body">
200 200
 					<div class="table_tr">
201
-						<div class="table_td" style="width:10%; border:none;">
201
+						<div class="table_td" style="width:10%;">
202 202
 							<input type="checkbox" class="chkItem" checked>
203 203
 						</div>
204 204
 						<div class="table_td">

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

@@ -65,17 +65,16 @@ 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;}
68
+section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom: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;}
72 72
 section .popup2 .pop .table .table_tr .tabel_th .chkAll {margin:-5px; width:15px;}
73
-
74
-section .popup2 .pop .table_body .table_body{width:98%; height:120px; margin:0 auto; border:1px solid #aaa; border-bottom: none; overflow:auto;}
73
+section .popup2 .pop .table_body .table_body{width:98%; height:333px; margin:0 auto; overflow:auto;}
75 74
 section .popup2 .pop .table_body .table_body::-webkit-scrollbar {
76 75
     display: none; /* Chrome, Safari, Opera*/
77 76
 }
78
-section .popup2 .pop .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa;}
77
+section .popup2 .pop .table_tr {display:flex; height:31px; border-bottom:1px solid #aaa; border-right:1px solid #aaa;}
79 78
 section .popup2 .pop .table_tr .table_td{display:grid; width:23%; height:30px; padding-top:5px; border-left:1px solid #aaa; background:#fff;}
80 79
 section .popup2 .pop .table_tr .table_td div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:100%; font-size:12px; font-weight:100;}
81 80
 section .popup2 .pop .table_tr .table_td .chkItem {margin-top:-5px; width:15px; left:50%; position:relative; transform:translateX(-50%);}