@@ -105,6 +105,7 @@ export default {
height: 120px;
border-radius: 5px;
margin: 0 0 10px 0;
+ position: relative;
.video {
height: 100%;
.el-image {
@@ -128,13 +129,14 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
- -webkit-line-clamp: 2;
+ -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
font-size: 12px;
}
.time {
- margin-top: 9px;
+ position: absolute;
+ bottom: 10px;