科技成果页面初始化
This commit is contained in:
@ -22,6 +22,13 @@ export default {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.text_hidden_two {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
word-break: break-all;
|
||||
}
|
||||
.text_hidden_four {
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
|
Reference in New Issue
Block a user