From 1b7fec25e4369963c33c5a86d90a1b695722a9e9 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 26 Aug 2019 09:50:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E9=A1=B5=E9=9D=A2badge=E5=89=8D=E9=9D=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B0=8F=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Views/Admin/Healths.cshtml | 2 +- Bootstrap.Admin/wwwroot/css/theme.css | 2 +- Bootstrap.Admin/wwwroot/js/healths.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/Views/Admin/Healths.cshtml b/Bootstrap.Admin/Views/Admin/Healths.cshtml index f1d036c7..63705e2a 100644 --- a/Bootstrap.Admin/Views/Admin/Healths.cshtml +++ b/Bootstrap.Admin/Views/Admin/Healths.cshtml @@ -64,7 +64,7 @@
  • 健康检查接口地址: healths
  • 健康检查报表地址: healths-ui
  • -
    每项检查结果为:健康 亚健康 不健康
    +
    每项检查结果为:健康 亚健康 不健康

    耗时:--

    diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 2254c606..0a1db5e7 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -587,7 +587,7 @@ input.pending { display: none; } -.btn i + span { +.btn i + span, .badge i + span { margin-left: 4px; } diff --git a/Bootstrap.Admin/wwwroot/js/healths.js b/Bootstrap.Admin/wwwroot/js/healths.js index b5c9a773..45a57966 100644 --- a/Bootstrap.Admin/wwwroot/js/healths.js +++ b/Bootstrap.Admin/wwwroot/js/healths.js @@ -26,7 +26,7 @@ { title: "检查结果", field: "Status", formatter: StatusFormatter }, { title: "明细数据", field: "Data", formatter: function (value, row, index) { - return ''; + return ''; }, events: { 'click .detail': function (e, value, row, index) {