diff --git a/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml b/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml index b7a567beae..be26fb5251 100644 --- a/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml +++ b/framework/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Components/Paginator.cshtml @@ -66,7 +66,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Pages.Components </div> <div class="col-sm-12 col-md-7"> <nav aria-label="Page navigation"> - <ul class="pagination justify-localizationKey-end"> + <ul class="pagination justify-content-end"> <li class="page-item "> <a tabindex="-1" class="page-link" href="/Components/Paginator?currentPage=7">Previous</a> </li>