科技成果页面初始化

This commit is contained in:
熊丽君
2021-08-10 09:04:25 +08:00
parent 7a48bed10c
commit 6805f39ec5
2 changed files with 94 additions and 37 deletions

View File

@ -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;