Browse Source

Add styles for Profile Management page.

pull/22918/head
maliming 9 months ago
parent
commit
6cdd61aab0
  1. 5
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml
  2. 3
      modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.css

5
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml

@ -13,6 +13,11 @@
<abp-script-bundle name="@typeof(ManageModel).FullName"/>
}
@section styles {
<abp-style src="/Pages/Account/Manage.css" />
}
@if (!Model.ReturnUrl.IsNullOrWhiteSpace())
{
<abp-row class="mb-2">

3
modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.css

@ -0,0 +1,3 @@
#ProfileManagementWrapper .tab-content {
padding-top: 0 !important;
}
Loading…
Cancel
Save