Skip to content

Commit

Permalink
⬆️ jqGrid升级至5.5.2 & 代码整理
Browse files Browse the repository at this point in the history
  • Loading branch information
newbee-mall committed Jan 11, 2021
1 parent c4ceaf6 commit 937e4a4
Show file tree
Hide file tree
Showing 18 changed files with 498 additions and 131 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@

.ui-jqgrid .ui-th-div-ie {
white-space: nowrap;
zoom :1;
height:17px;
}
.ui-jqgrid .ui-jqgrid-resize {
Expand Down Expand Up @@ -145,6 +144,14 @@
.ui-jqgrid tr.ui-search-toolbar td > input { }
.ui-jqgrid tr.ui-search-toolbar select {}

.ui-jqgrid .ui-th-column > .ui-th-div {
padding-left: 14px;
}
.ui-jqgrid .ui-icon-left .ui-grid-ico-sort {
margin-left: -14px;
}


/* Body */
.ui-jqgrid .table-bordered,
.ui-jqgrid .table-bordered td,
Expand Down Expand Up @@ -424,7 +431,8 @@ div.tablediv > .table-bordered {
.ui-jqgrid .ui-th-subgrid {height:20px;}
.tablediv > .row { margin: 0 0}
/* loading */
.ui-jqgrid .loading {
.ui-jqgrid .loading,
.loading_pivot {
position: absolute;
top: 45%;
left: 45%;
Expand Down Expand Up @@ -977,3 +985,18 @@ td.menu_text {
border-top: 2px solid #333333 ;
padding-top: 20px ;
}
.ui-jqgrid .jqgrid-caption-menu
{
left:0;
top:30px;
position:absolute;
display:none;
font-size: inherit;
width : auto;
}
.ui-jqgrid .jqgrid-column-menu
{
font-size:inherit;
width:auto;
position :absolute;
}
Loading

0 comments on commit 937e4a4

Please sign in to comment.