Replies: 1 comment 3 replies
-
<style>
/* 文字超出进行换行 */
.name-box .name {
white-space: unset !important;
overflow: unset !important;
}
</style> |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
文件名比较长的文件,在网页在列表视图下会文件名显示不全,特别是在手机端,希望能增加文件名能多行,把文件名全部显示的功能
Beta Was this translation helpful? Give feedback.
All reactions