如何更改 ASP.NET 样板中侧边栏菜单项的图标?
How to change icon of Sidebar Menu item in ASP.NET Boilerplate?
我正在尝试更改边栏菜单项,但它无法正常工作。我正在尝试使用 mobile
图标。
new MenuItem(this.l("Devices"), "", "menu", "", [
new MenuItem(this.l("Mobile"), "Pages.Mobile", "mobile", "/app/device/mobile")
])
免费模板使用AdminBSB, which supports Material Design Icons.
Font Awesome 的 "mobile"
类似于 Material Design 的 "phone_android"
/"phone_iphone"
.
我正在尝试更改边栏菜单项,但它无法正常工作。我正在尝试使用 mobile
图标。
new MenuItem(this.l("Devices"), "", "menu", "", [
new MenuItem(this.l("Mobile"), "Pages.Mobile", "mobile", "/app/device/mobile")
])
免费模板使用AdminBSB, which supports Material Design Icons.
Font Awesome 的 "mobile"
类似于 Material Design 的 "phone_android"
/"phone_iphone"
.