Commit 53f1a9eb authored by “yiyousong”'s avatar “yiyousong”

fix:修改材料列表显示

parent 5eb7538c
...@@ -154,6 +154,7 @@ export default { ...@@ -154,6 +154,7 @@ export default {
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #333333; color: #333333;
overflow: hidden; overflow: hidden;
text-align: center;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
...@@ -162,6 +163,7 @@ export default { ...@@ -162,6 +163,7 @@ export default {
font-family: Source Han Sans CN; font-family: Source Han Sans CN;
color: #777777; color: #777777;
line-height: 30px; line-height: 30px;
text-align: center;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
......
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