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 "";
}