diff --git a/src/BootstrapBlazor/Components/Pagination/Pagination.css b/src/BootstrapBlazor/Components/Pagination/Pagination.css index 89a7f52e0322cbda785772bca4856a80d43dd1a6..00edb3ffa227f75933810f315c3f3e7c14bff023 100644 --- a/src/BootstrapBlazor/Components/Pagination/Pagination.css +++ b/src/BootstrapBlazor/Components/Pagination/Pagination.css @@ -30,6 +30,7 @@ .pagination-items .select .form-control { width: 100%; + text-align: center; } .page-item:hover .page-link-prev .fa-ellipsis-h:before { diff --git a/src/BootstrapBlazor/Locales/zh.json b/src/BootstrapBlazor/Locales/zh.json index c2924a5880a84969cc21b6237b848746698acc9f..0bb9ea3eaa89c14b5d8570330782105132604222 100644 --- a/src/BootstrapBlazor/Locales/zh.json +++ b/src/BootstrapBlazor/Locales/zh.json @@ -161,7 +161,7 @@ "PrePageInfoText": "每页显示", "RowInfoText": "条记录", "LabelString": "第 {0} 页", - "SelectItemsText": "{0} 条/页" + "SelectItemsText": "{0}" }, "BootstrapBlazor.Components.PopConfirmButton": { "CloseButtonText": "取消",