From 57b95cdb48b0d79968a13d21929a1d416dbe0668 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 21 Jul 2019 21:23:51 +0800 Subject: [PATCH] sysDesktop update --- .../main/resources/views/modules/sys/sysDesktop.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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');