修复单行文本行数限制不起作用

This commit is contained in:
2021-07-13 18:41:08 +08:00
parent 4677142e32
commit 93656fc4dc

View File

@@ -51,8 +51,9 @@ body {
}
.limit-line-1 {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-overflow: ellipsis
}
.limit-line-2 {