We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
文字超出时显示省略号
一行文字省略号
p { width: 200px; height: 36px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
两行文字省略号
width: 100%; height: 2.3rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
文字超出时显示省略号
一行文字省略号
两行文字省略号
The text was updated successfully, but these errors were encountered: