Browse Source

공통 그리드 페이징 스타일변경

isna 2 years ago
parent
commit
559e8f9b2d

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

@@ -325,6 +325,7 @@ div.tablediv > .table-bordered {
325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
326
 	border-top : 0px none !important;
326
 	border-top : 0px none !important;
327
 	min-height : 20px !important;
327
 	min-height : 20px !important;
328
+	width: 80px;
328
 }
329
 }
329
 .ui-jqgrid .ui-pg-button  {
330
 .ui-jqgrid .ui-pg-button  {
330
 	height:auto;
331
 	height:auto;
@@ -419,6 +420,7 @@ div.tablediv > .table-bordered {
419
 {
420
 {
420
 	table-layout:auto;
421
 	table-layout:auto;
421
 	height:100%;
422
 	height:100%;
423
+	width: 160px;
422
 }
424
 }
423
 .ui-jqgrid .ui-jqgrid-pager .navtable,
425
 .ui-jqgrid .ui-jqgrid-pager .navtable,
424
 .ui-jqgrid .ui-jqgrid-toppager .navtable
426
 .ui-jqgrid .ui-jqgrid-toppager .navtable

+ 0 - 8
src/main/webapp/js/app/oper/ITP_OPER01010.js

@@ -47,14 +47,6 @@ let API_CHECK_DUPLICATE 	= '/api/user/check-duplicate';
47
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
47
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
48
 let API_POP_GRID_LIST 		= '/api/brand/pop-grid-list';
48
 let API_POP_GRID_LIST 		= '/api/brand/pop-grid-list';
49
  
49
  
50
-$(window).on('resize', function(e) {
51
-	setTimeout(()=>{
52
-		const left=$(OPER01010_GRID_PAGER+'_left'), pageing=$(OPER01010_GRID_PAGER+'_center').find('table');
53
-		left.width(60);
54
-		pageing.width(150);
55
-	}, 100);
56
-});
57
- 
58
 /*화면 Grid ColModel*/
50
 /*화면 Grid ColModel*/
59
 const gridColModel = {
51
 const gridColModel = {
60
 	list: [
52
 	list: [