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

css #39

Open
clms2 opened this issue Mar 25, 2019 · 0 comments
Open

css #39

clms2 opened this issue Mar 25, 2019 · 0 comments

Comments

@clms2
Copy link
Owner

clms2 commented Mar 25, 2019

  • 取消浏览器的默认双击选中样式:-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none;user-select: none;
  • p标签超出宽度自动...: .title{overflow : hidden;text-overflow: ellipsis;display: inline-block;white-space:nowrap} 额外设置宽度不超过父级:
$(".title").css('width', function () {
    return $(this).parent().width()
});
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

No branches or pull requests

1 participant