From bac7071f5242cb3e9fee76060b8845a6f55e9279 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 14 Aug 2022 22:11:26 +0000 Subject: [PATCH] Update --- src/Timeline.vue | 87 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 73 insertions(+), 14 deletions(-) diff --git a/src/Timeline.vue b/src/Timeline.vue index 18585ed8..3841ad3c 100644 --- a/src/Timeline.vue +++ b/src/Timeline.vue @@ -11,8 +11,8 @@ @update="scrollChange" >

Vue is awesome!

-
- {{ item.name }} +
+
@@ -21,20 +21,17 @@ @@ -59,8 +113,13 @@ export default { height: 300px; } -.user { - height: 32px; +.photo { + height: 100px; +} +.photo img { + height: 100px; + width: 100px; + object-fit: cover; } .head { height: 64px;