refactor: support display current page number for table in mobile (#5946)

* refactor: support display page number   for  table in mobile

* fix: bug
This commit is contained in:
Katherine 2025-01-03 09:46:06 +08:00 committed by GitHub
parent 6b22241b9c
commit 61c2298baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -2,9 +2,7 @@
"version": "1.6.0-alpha.8",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": [
"--ignore-engines"
],
"npmClientArgs": ["--ignore-engines"],
"command": {
"version": {
"forcePublish": true,

View File

@ -79,7 +79,7 @@ export const useStyles = genStyleHook('nb-mobile', (token) => {
margin: '0px',
},
'.ant-pagination .ant-pagination-total-text': {
display: 'none',
// display: 'none',
},
'.ant-pagination .ant-pagination-options': {
display: 'none',
@ -87,6 +87,9 @@ export const useStyles = genStyleHook('nb-mobile', (token) => {
'.ant-pagination .ant-pagination-item': {
display: 'none',
},
'.ant-pagination .ant-pagination-item-active': {
display: 'inline-block',
},
'.ant-card-body .nb-action-bar .ant-btn': {
justifyContent: 'space-between',
display: 'flex',