From 25c2f495768c0345a65026c96cff341a4121d64a Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Fri, 13 Nov 2020 17:09:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E4=BA=86=E8=89=B0=E5=B7=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LiveItem.vue | 3 ++- src/components/VideoItem.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/LiveItem.vue b/src/components/LiveItem.vue index d945c2b..ebe09ef 100644 --- a/src/components/LiveItem.vue +++ b/src/components/LiveItem.vue @@ -76,7 +76,8 @@ .info{ display: flex; align-items: center; - margin-top: 18px; + margin-top: 9px; + margin-bottom: 9px; margin-left: 18px; .datetime{ diff --git a/src/components/VideoItem.vue b/src/components/VideoItem.vue index 3e9a8d1..e01640e 100644 --- a/src/components/VideoItem.vue +++ b/src/components/VideoItem.vue @@ -76,7 +76,8 @@ .info{ display: flex; align-items: center; - margin-top: 18px; + margin-top: 9px; + margin-bottom: 9px; margin-left: 18px; .datetime{