From 50e6e7ac9e68df261bb5d7cf6e74d065d13c4ee1 Mon Sep 17 00:00:00 2001 From: cez Date: Wed, 9 Mar 2022 18:44:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/webpage/main/ace_main.jsp | 70 +++++++++++------------ 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/src/main/webapp/webpage/main/ace_main.jsp b/src/main/webapp/webpage/main/ace_main.jsp index f3757250..2191c861 100644 --- a/src/main/webapp/webpage/main/ace_main.jsp +++ b/src/main/webapp/webpage/main/ace_main.jsp @@ -66,7 +66,7 @@ - +
@@ -365,12 +365,12 @@
- +
- +
@@ -517,14 +517,14 @@ size: size }); }) - + $('.sparkline').each(function(){ var $box = $(this).closest('.infobox'); var barColor = !$box.hasClass('infobox-dark') ? $box.css('color') : '#FFF'; $(this).sparkline('html', {tagValuesAttribute:'data-values', type: 'bar', barColor: barColor , chartRangeMin:$(this).data('min') || 0} ); }); - - + + $('#tasks').sortable({ opacity:0.8, revert:true, @@ -542,11 +542,11 @@ if(this.checked) $(this).closest('li').addClass('selected'); else $(this).closest('li').removeClass('selected'); }); - - + + }) - +