From ba1ccd110980a5a03abffbb215a9f47f40560a17 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Mon, 6 Aug 2018 03:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=94=B9Settings=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/tasks.css | 9 ++++----- Bootstrap.Admin/wwwroot/js/Settings.js | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/tasks.css b/Bootstrap.Admin/wwwroot/css/tasks.css index 644034f4..90749b36 100644 --- a/Bootstrap.Admin/wwwroot/css/tasks.css +++ b/Bootstrap.Admin/wwwroot/css/tasks.css @@ -29,7 +29,6 @@ .tasks-widget .task-list > li { position: relative; - font-size: 0.75rem; } .tasks-widget .task-list li.last-line { @@ -54,7 +53,7 @@ position: absolute; left: 190px; right: 84px; - top: 15px; + top: 14px; display: none; } @@ -118,7 +117,7 @@ .tasks-widget .task-list li .task-title .task-title-sp { margin-right: 5px; max-width: 120px; - margin-top: 15px; + margin-top: 14px; } .tasks-widget .task-list li.task-done .task-title-sp { @@ -150,8 +149,9 @@ .tasks-widget .task-list li i { position: absolute; left: 6px; - padding: 17px 10px; + padding: 16px 10px; cursor: pointer; + margin-top: 2px; } #sortable { @@ -169,7 +169,6 @@ } .ui-sortable li.title { - font-size: 14px; color: #0077de; background-color: #b5f1b6; padding: 10px 15px; diff --git a/Bootstrap.Admin/wwwroot/js/Settings.js b/Bootstrap.Admin/wwwroot/js/Settings.js index e34f566a..e4241530 100644 --- a/Bootstrap.Admin/wwwroot/js/Settings.js +++ b/Bootstrap.Admin/wwwroot/js/Settings.js @@ -70,7 +70,7 @@ swal: false, callback: function (result) { if ($.isArray(result)) { - var html = '
  • {2}{0}{3}
    {7}
  • '; + var html = '
  • {2}{0}{3}
    {7}
  • '; var content = result.sort(function (x, y) { return x.Key > y.Key ? 1 : -1; }).map(function (ele) {