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

👑 [需求] CheckCard extra 默认应该右边,有和没有avatar时,发生了差层 #4404

Closed
kaoding opened this issue Jan 5, 2022 · 2 comments
Labels
⭕️ bug Something isn't working card

Comments

@kaoding
Copy link
Contributor

kaoding commented Jan 5, 2022

image

@DerrickTel
Copy link
Contributor

有demo吗?

@kaoding
Copy link
Contributor Author

kaoding commented Jan 10, 2022

    <CheckCard.Group>
      <CheckCard
        avatar="https://gw.alipayobjects.com/zos/bmw-prod/f601048d-61c2-44d0-bf57-ca1afe7fd92e.svg"
        title="有avatar"
        extra={<span>默认应该右边</span>}
      />
      <CheckCard
        title="没有avatar"
        extra={<span>默认应该右边</span>}
      />
    </CheckCard.Group>

@chenshuai2144 chenshuai2144 added card ⭕️ bug Something isn't working labels Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭕️ bug Something isn't working card
Projects
None yet
Development

No branches or pull requests

3 participants