From 799c8f4c6afe0684aa90a202ee499191fb918712 Mon Sep 17 00:00:00 2001 From: 康凯 <kangk26@foxmail.com> Date: Thu, 27 Jan 2022 11:47:53 +0800 Subject: [PATCH] 添加相关视频列表默认图片 --- src/views/scenery/list.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/scenery/list.vue b/src/views/scenery/list.vue index 239292b..83d29dd 100644 --- a/src/views/scenery/list.vue +++ b/src/views/scenery/list.vue @@ -123,12 +123,13 @@ } .data-list { - width: 90%; - height: 65vh; display: flex; flex-direction:column; justify-content: flex-start; align-items: center; + + width: 90%; + height: 65vh; } .data-list .line { -- Gitblit v1.9.3