Merge branch 'next' into develop

This commit is contained in:
nocobase[bot]
2025-08-08 02:51:10 +00:00
2 changed files with 2 additions and 2 deletions
@@ -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 {