添加限制行数:3

This commit is contained in:
2021-04-06 20:50:24 +08:00
parent c9771c5818
commit 52de0a29f1

View File

@@ -46,6 +46,10 @@ body {
.limitLine(1);
}
.limit-line-3 {
.limitLine(3);
}
// 背景居中
.bgCenter() {