From a668baa1adbabd6113e833980e6495e7f9cff4f2 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Mon, 2 Jan 2017 19:13:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=8F=9C=E5=8D=95=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=9B=BE=E6=A0=87=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=B3=BB=E7=BB=9F=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?text-primary?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/css/admin.css | 6 ------ Bootstrap.Admin/Scripts/Menus.js | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/Bootstrap.Admin/Content/css/admin.css b/Bootstrap.Admin/Content/css/admin.css index 247dbd60..06614fb2 100644 --- a/Bootstrap.Admin/Content/css/admin.css +++ b/Bootstrap.Admin/Content/css/admin.css @@ -26,12 +26,6 @@ font-weight: 600; } -.bs-icon { - color: #2e6da4; - width: 100%; - text-align: center; -} - .clearcache { position: absolute; right: 60px; diff --git a/Bootstrap.Admin/Scripts/Menus.js b/Bootstrap.Admin/Scripts/Menus.js index 9437bf72..0c9f175c 100644 --- a/Bootstrap.Admin/Scripts/Menus.js +++ b/Bootstrap.Admin/Scripts/Menus.js @@ -84,9 +84,9 @@ { title: "菜单名称", field: "Name", sortable: true }, { title: "菜单序号", field: "Order", sortable: true }, { - title: "菜单图标", field: "Icon", sortable: false, formatter: function (value, row, index) { + title: "菜单图标", field: "Icon", sortable: false, align: 'center', formatter: function (value, row, index) { if (value) { - return $.format('', value); + return $.format('', value); } return ""; }