diff --git a/modules/core/src/main/resources/views/modules/sys/sysDesktop.html b/modules/core/src/main/resources/views/modules/sys/sysDesktop.html index 4677c5be..3d480108 100644 --- a/modules/core/src/main/resources/views/modules/sys/sysDesktop.html +++ b/modules/core/src/main/resources/views/modules/sys/sysDesktop.html @@ -42,7 +42,7 @@
-
+

月度报告

@@ -210,7 +210,7 @@
-
+
-
+
@@ -625,9 +625,9 @@ $(window).resize(function(){ var windowHeight = $(window).height(); $('.content').css('min-height', windowHeight - footerHeight) }).resize(); -$('.connectedSortable').sortable({ +$('.ui-sortable').sortable({ placeholder : 'sort-highlight', - connectWith : '.connectedSortable', + connectWith : '.ui-sortable', handle : '.box-header, .nav-tabs', forcePlaceholderSize: true, zIndex : 999999 }).find('.box-header, .nav-tabs').css('cursor', 'move');