mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-17 17:39:10 +08:00
Merge branch 'next' into develop
This commit is contained in:
@@ -381,7 +381,7 @@ const usePaginationProps = (pagination1, pagination2) => {
|
||||
}
|
||||
`}
|
||||
>
|
||||
{originalElement} <div style={{ marginLeft: '7px' }}>{current}</div>
|
||||
{originalElement} <div>{current}</div>
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
|
||||
@@ -521,7 +521,7 @@ const usePaginationProps = (pagination1, pagination2, tableProps) => {
|
||||
}
|
||||
`}
|
||||
>
|
||||
{originalElement} <div style={{ marginLeft: '7px' }}>{current}</div>
|
||||
{originalElement} <div>{current}</div>
|
||||
</div>
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user