mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
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:
parent
6b22241b9c
commit
61c2298baa
@ -2,9 +2,7 @@
|
||||
"version": "1.6.0-alpha.8",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": [
|
||||
"--ignore-engines"
|
||||
],
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
"command": {
|
||||
"version": {
|
||||
"forcePublish": true,
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user