Skip to content

Commit

Permalink
⬆️ jqGrid升级至5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHENFENG13 committed May 2, 2021
1 parent 95eefce commit 0f8970d
Show file tree
Hide file tree
Showing 17 changed files with 477 additions and 20,389 deletions.
18,764 changes: 0 additions & 18,764 deletions src/main/resources/static/admin/plugins/jqgrid-5.3.0/jquery.jqGrid.js

This file was deleted.

1,531 changes: 0 additions & 1,531 deletions src/main/resources/static/admin/plugins/jqgrid-5.3.0/jquery.jqGrid.min.js

This file was deleted.

This file was deleted.

This file was deleted.

File renamed without changes.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

File renamed without changes.
27 changes: 25 additions & 2 deletions ...gins/jqgrid-5.3.0/ui.jqgrid-bootstrap.css → ...gins/jqgrid-5.5.2/ui.jqgrid-bootstrap.css
100644 → 100755
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 0f8970d

Please sign in to comment.