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",
|
"version": "1.6.0-alpha.8",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"npmClientArgs": [
|
"npmClientArgs": ["--ignore-engines"],
|
||||||
"--ignore-engines"
|
|
||||||
],
|
|
||||||
"command": {
|
"command": {
|
||||||
"version": {
|
"version": {
|
||||||
"forcePublish": true,
|
"forcePublish": true,
|
||||||
|
@ -79,7 +79,7 @@ export const useStyles = genStyleHook('nb-mobile', (token) => {
|
|||||||
margin: '0px',
|
margin: '0px',
|
||||||
},
|
},
|
||||||
'.ant-pagination .ant-pagination-total-text': {
|
'.ant-pagination .ant-pagination-total-text': {
|
||||||
display: 'none',
|
// display: 'none',
|
||||||
},
|
},
|
||||||
'.ant-pagination .ant-pagination-options': {
|
'.ant-pagination .ant-pagination-options': {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
@ -87,6 +87,9 @@ export const useStyles = genStyleHook('nb-mobile', (token) => {
|
|||||||
'.ant-pagination .ant-pagination-item': {
|
'.ant-pagination .ant-pagination-item': {
|
||||||
display: 'none',
|
display: 'none',
|
||||||
},
|
},
|
||||||
|
'.ant-pagination .ant-pagination-item-active': {
|
||||||
|
display: 'inline-block',
|
||||||
|
},
|
||||||
'.ant-card-body .nb-action-bar .ant-btn': {
|
'.ant-card-body .nb-action-bar .ant-btn': {
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user