浏览代码

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

isna 2 年之前
父节点
当前提交
559e8f9b2d
共有 2 个文件被更改,包括 2 次插入8 次删除
  1. 2 0
      src/main/webapp/css/ui.jqgrid-bootstrap.css
  2. 0 8
      src/main/webapp/js/app/oper/ITP_OPER01010.js

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

@@ -325,6 +325,7 @@ div.tablediv > .table-bordered {
325 325
 .ui-jqgrid .ui-pager-control .ui-pager-table td {
326 326
 	border-top : 0px none !important;
327 327
 	min-height : 20px !important;
328
+	width: 80px;
328 329
 }
329 330
 .ui-jqgrid .ui-pg-button  {
330 331
 	height:auto;
@@ -419,6 +420,7 @@ div.tablediv > .table-bordered {
419 420
 {
420 421
 	table-layout:auto;
421 422
 	height:100%;
423
+	width: 160px;
422 424
 }
423 425
 .ui-jqgrid .ui-jqgrid-pager .navtable,
424 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 47
 let API_INTI_USERPW 		= '/api/user/inti-userpw';
48 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 50
 /*화면 Grid ColModel*/
59 51
 const gridColModel = {
60 52
 	list: [