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
如图,文件名字过长导致只显示了一半,建议新增横向滚动条或者侧边栏可拉伸。 控制台看了下样式,其中的overflow: hidden;改成overflow: auto;会好些。
overflow: hidden;
overflow: auto;
.side-bar-main li { position: relative; cursor: pointer; line-height: 22px; max-height: 22px; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; padding-left: 1em; list-style: none; overflow: hidden; transition: all 0.5s ease-out; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如图,文件名字过长导致只显示了一半,建议新增横向滚动条或者侧边栏可拉伸。
控制台看了下样式,其中的
overflow: hidden;
改成overflow: auto;
会好些。The text was updated successfully, but these errors were encountered: