Commit 7329e94d authored by tyyin lan's avatar tyyin lan

refactor(common component): ellipsis-tooltip-text补充

parent a2ef584a
......@@ -91,6 +91,7 @@ function checkTruncation() {
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: v-bind('maxLines');
line-clamp: v-bind('maxLines');
-webkit-box-orient: vertical;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment