🎨 优化归档页面

master
linhaojun 3 years ago
parent c0e0771779
commit 469868d7fa

@ -201,8 +201,14 @@ export default defineComponent({
.timeline-content {
padding-bottom: 40px;
p:last-child {
margin-bottom: 0;
p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-wrap: break-word;
word-break: break-all;
}
}
@ -371,16 +377,4 @@ export default defineComponent({
}
}
}
.timeline-content {
p {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
padding-bottom: 0 !important;
word-wrap: break-word;
word-break: break-all;
}
}
</style>

Loading…
Cancel
Save