升级easyUI到1.9.4版本

This commit is contained in:
季圣华
2020-02-15 00:37:43 +08:00
parent 0527b980ea
commit ab2872c1ed
1197 changed files with 96263 additions and 40643 deletions

View File

@@ -10,16 +10,16 @@
}
#tablePanel .action-show {
background: url('../js/easyui-1.3.5/themes/icons/list.png') no-repeat left center;
background: url('../js/easyui/themes/icons/list.png') no-repeat left center;
}
#tablePanel .action-edit {
background: url('../js/easyui-1.3.5/themes/icons/pencil.png') no-repeat left center;
background: url('../js/easyui/themes/icons/pencil.png') no-repeat left center;
padding: 0 8px 0 20px;
}
#tablePanel .action-delete {
background: url('../js/easyui-1.3.5/themes/icons/edit_remove.png') no-repeat left center;
background: url('../js/easyui/themes/icons/edit_remove.png') no-repeat left center;
padding-left: 20px;
}