From 6cdd61aab035ab91eba2a24e4607aae7d95f2ee9 Mon Sep 17 00:00:00 2001 From: maliming <6908465+maliming@users.noreply.github.com> Date: Thu, 22 May 2025 10:25:16 +0800 Subject: [PATCH] Add styles for Profile Management page. --- .../src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml | 5 +++++ .../src/Volo.Abp.Account.Web/Pages/Account/Manage.css | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.css diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml index 02aae8ec9f..4b3d2a67dc 100644 --- a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml @@ -13,6 +13,11 @@ } + +@section styles { + +} + @if (!Model.ReturnUrl.IsNullOrWhiteSpace()) { diff --git a/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.css b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.css new file mode 100644 index 0000000000..1493caceac --- /dev/null +++ b/modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.css @@ -0,0 +1,3 @@ +#ProfileManagementWrapper .tab-content { + padding-top: 0 !important; +} \ No newline at end of file