修复单行文本行数限制不起作用
This commit is contained in:
@@ -51,8 +51,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.limit-line-1 {
|
.limit-line-1 {
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.limit-line-2 {
|
.limit-line-2 {
|
||||||
|
Reference in New Issue
Block a user