Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pagination] 总页数过大情况下出现出现页码挤压 #2230

Closed
1 task done
YannLynn opened this issue May 10, 2024 · 0 comments · Fixed by #2231
Closed
1 task done

[Pagination] 总页数过大情况下出现出现页码挤压 #2230

YannLynn opened this issue May 10, 2024 · 0 comments · Fixed by #2231

Comments

@YannLynn
Copy link
Collaborator

YannLynn commented May 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Which Component

Pagination

Semi Version

latest

Current Behavior

20240510120035_rec_.mp4

Expected Behavior

大页码情况下,页码也能完整展现

Steps To Reproduce

No response

ReproducibleCode

import React from 'react';
import { Pagination } from '@douyinfe/semi-ui';

() => (
    <div>
        <Pagination total={9999999} style={{ marginBottom: 12 }}></Pagination>
    </div>
);

Environment

- OS:
- browser:

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant