样式微调

This commit is contained in:
hooray 2022-01-03 21:45:48 +08:00
parent 69b358867a
commit 1ff85c7bea

View File

@ -14,7 +14,8 @@
white-space: nowrap;
}
@else {
display: box;
/* stylelint-disable-next-line value-no-vendor-prefix */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: $line;
overflow: hidden;