调整“限制行数”样式

This commit is contained in:
2021-05-28 21:49:13 +08:00
parent 218efcca81
commit a941d26116

View File

@@ -44,7 +44,12 @@ body {
}
.limit-line-1 {
.limitLine(1);
overflow: hidden;
text-overflow: ellipsis
}
.limit-line-2 {
.limitLine(2);
}
.limit-line-3 {