Przeglądaj źródła

웹 그리드 css 추가

whakdo963 2 lat temu
rodzic
commit
8a91a07277

+ 8 - 0
src/main/webapp/css/ui.jqgrid-bootstrap.css

@@ -184,6 +184,14 @@ div.tablediv > .table-bordered {
184 184
 	text-align:left;
185 185
 	overflow-x:auto !important;
186 186
 }
187
+.ui-jqgrid .ui-jqgrid-lmt-20 {
188
+	position: relative;
189
+	height:510px !important;
190
+	margin:0;
191
+	padding:0;
192
+	text-align:left;
193
+	overflow-x:auto !important;
194
+}
187 195
 .ui-jqgrid .ui-jqgrid-btable {
188 196
 	table-layout: fixed;
189 197
 	border-left:none ;

+ 19 - 15
src/main/webapp/mobile/app/mloanmng/MLOANMNG01010.html

@@ -19,7 +19,7 @@
19 19
 				<button id="ITP_BTN_MLOANMNG01010_LIST_DELETE_STORE_NM"><img src="../img/delete.png" alt=""></button>
20 20
 			  </div>
21 21
 			</div>
22
-			<div class="line">
22
+			<div class="line top6">
23 23
 			  <label>정산타입</label>
24 24
 			  <div class="float_left">
25 25
 				<select name="sloanDvsn" id="ITP_FORM_MLOANMNG01010_LIST_LOAN_DVSN" data-select-code="LOAN_DVSN">
@@ -27,7 +27,7 @@
27 27
 				</select>
28 28
 			  </div>
29 29
 			</div>
30
-			<div class="line">
30
+			<div class="line top9">
31 31
 			  <label>사용여부</label>
32 32
 			  <div class="float_left">
33 33
 				<select name="suseYn" id="ITP_FORM_MLOANMNG01010_LIST_USE_YN" data-select-code="USE_YN" name="suseYn">
@@ -35,7 +35,7 @@
35 35
 				</select>
36 36
 			  </div>
37 37
 			</div>
38
-			<div class="line">
38
+			<div class="line top3">
39 39
 			  <div class="search">
40 40
 				<button id="ITP_BTN_MLOANMNG01010_LIST_SEARCH" class="btn-primary btn-sm ADB">검색</button>
41 41
 			  </div>
@@ -46,11 +46,12 @@
46 46
 		  </div>
47 47
 	   <div id="ITP_LIST_MLOANMNG01010_LIST_ITEM_AREA" class="scroll_area row-2">
48 48
 		  <ul id="ITP_LIST_MLOANMNG01010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
49
-			  <div id="ITP_LIST_MLOANMNG01010_LIST_ITEM_ROWCOPY" style="display: none;">
49
+			  <div id="ITP_LIST_MLOANMNG01010_LIST_ITEM_ROWCOPY" style="display: block;">
50 50
 				<li class="history_list">
51 51
 				  <div class="left">
52 52
 					<div class="nomal">
53
-					  <label>매장명 &nbsp;:</label>
53
+					  <label class="col_3">매장명</label>
54
+					  <span>:</span>
54 55
 					  <div class="history">
55 56
 						<div class="fnStoreNm"></div>
56 57
 					  </div>
@@ -62,7 +63,8 @@
62 63
 				  </div>
63 64
 				  <div class="left">
64 65
 					<div class="nomal">
65
-					  <label>한도금액 &nbsp;:</label>
66
+					  <label class="col_3">한도금액</label>
67
+					  <span>:</span>
66 68
 					  <div class="history">
67 69
 						<div class="fnLimitAmt"></div>
68 70
 					  </div>
@@ -74,7 +76,8 @@
74 76
 				  </div>
75 77
 				  <div class="left">
76 78
 					<div class="nomal">
77
-					  <label class="col_6">가수금금액 &nbsp;:</label>
79
+					  <label class="col_3">가수금금액</label>
80
+					  <span>:</span>
78 81
 					  <div class="history">
79 82
 						<div class="fnTmpRcvAcctTotal"></div>
80 83
 					  </div>
@@ -86,7 +89,8 @@
86 89
 				  </div>
87 90
 				  <div class="left">
88 91
 					<div class="nomal">
89
-					  <label>사용여부 &nbsp;:</label>
92
+					  <label class="col_3">사용여부</label>
93
+					  <span>:</span>
90 94
 					  <div class="history">
91 95
 						<div class="fnUseYnNm"></div>
92 96
 					  </div>
@@ -97,7 +101,7 @@
97 101
 		  </div>
98 102
 	  </form>
99 103
 	</div>
100
-	<div id="ITP_AJAX_MLOANMNG01010_VIEW_CONTAINER" style="display: none;">
104
+	<div id="ITP_AJAX_MLOANMNG01010_VIEW_CONTAINER" style="display: block;">
101 105
 		<form id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH" class="form-horizontal" onsubmit="return false;">
102 106
 			<input type="hidden" id="ITP_FORM_MLOANMNG01010_VIEW__SEARCH_BRAND_ID" name="sbrandId" value="">
103 107
 			<input type="hidden" id="ITP_FORM_MLOANMNG01010_VIEW__SEARCH_STORE_ID" name="sstoreId" value="">
@@ -135,15 +139,15 @@
135 139
 					  <div class="fnUseAmtTotal">0원</div>
136 140
 				  </div>
137 141
 			  </div>
138
-			<div class="line">
142
+			<div class="line top6">
139 143
 			  <label>거래일자</label>
140 144
 			  <div class="date_to">
141 145
 				<input id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_FROM_DT" name="fromDt" class="year" type="date">
142
-				<div class="at">~</div>
146
+				<div style="margin:4px;">~</div>
143 147
 				<input id="ITP_FORM_MLOANMNG01010_VIEW_SEARCH_TO_DT" name="toDt" class="year" type="date">
144 148
 			  </div>
145 149
 			</div>
146
-			<div class="line" style="height:45px;">
150
+			<div class="line">
147 151
 			  <div class="search">
148 152
 				<button id="ITP_BTN_MLOANMNG01010_VIEW_SEARCH" class="btn-primary btn-sm ADB">검색</button>
149 153
 			  </div>
@@ -152,9 +156,9 @@
152 156
 			  <h1><여신 입출금 이력></h1>
153 157
 			</div>
154 158
 		  </div>
155
-			<div id="ITP_LIST_MLOANMNG01010_VIEW_ITEM_AREA" class="scroll_area row-6">
156
-			 <ul id="ITP_LIST_MLOANMNG01010_VIEW_ITEM_ROWS" class="panel-group"></ul>
157
-			  <div id="ITP_LIST_MLOANMNG01010_VIEW_ITEM_ROWCOPY" style="display: none;">
159
+			<div id="ITP_LIST_MLOANMNG01010_VIEW_ITEM_AREA" class="scroll_area row-11">
160
+			 <ul id="ITP_LIST_MLOANMNG01010_VIEW_ITEM_ROWS" class="mb_0 panel-group"></ul>
161
+			  <div id="ITP_LIST_MLOANMNG01010_VIEW_ITEM_ROWCOPY" style="display: block;">
158 162
 				<li class="history_list6">
159 163
 				  <div>
160 164
 					<div class="detail_line">

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

@@ -409,7 +409,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
409 409
 .row-8{top: 240px;}
410 410
 .row-9{top: 266px;}
411 411
 .row-10{top: 271px;}
412
-
412
+.row-11{top: 317px;}
413 413
 
414 414
 .col-4{width:35% !important;}
415 415
 .col-6{width:60% !important;}