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

文本超长省略组件展示异常 #6784

Open
DongLanCode opened this issue Nov 13, 2024 · 1 comment
Open

文本超长省略组件展示异常 #6784

DongLanCode opened this issue Nov 13, 2024 · 1 comment
Labels
bug need reproduce We cannot reproduce your problem

Comments

@DongLanCode
Copy link

Version of antd-mobile

5.2

Operating system and its version

No response

Browser and its version

No response

Sandbox to reproduce

No response

What happened?

image

异常描述:多行省略和展开按钮重合

锁版本 5.37.1 之后展示正常,如下
image

Relevant log output

<Ellipsis
      className={styles.introductionBox}
      direction="end"
      content={content}
      rows={2}
      expandText={'查看全部'}
      collapseText={'收起'}
    />
@zombieJ zombieJ added the need reproduce We cannot reproduce your problem label Nov 13, 2024
Copy link
Contributor

Hi, DongLanCode.

Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.

我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandboxstackblitz 创建一个实例。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug need reproduce We cannot reproduce your problem
Projects
None yet
Development

No branches or pull requests

2 participants