Commit c36c98fb authored by “yiyousong”'s avatar “yiyousong”

perf:修改站点列表展示

parent c0f0771a
...@@ -185,6 +185,7 @@ export default { ...@@ -185,6 +185,7 @@ export default {
height: 115px; height: 115px;
margin-left: 39px; margin-left: 39px;
margin-top: 5px; margin-top: 5px;
margin-bottom: 20px;
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
.picture { .picture {
...@@ -202,9 +203,12 @@ export default { ...@@ -202,9 +203,12 @@ export default {
font-size: 16px; font-size: 16px;
color: #ffffff; color: #ffffff;
padding-top: 5px; padding-top: 5px;
text-align: left;
line-height: 20px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
} }
} }
......
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