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) {