From f49a00b890834cd0783e84e2f44eb5d127d536b8 Mon Sep 17 00:00:00 2001
From: 康凯 <kangk26@foxmail.com>
Date: Mon, 23 May 2022 18:57:22 +0800
Subject: [PATCH] bug:页面内容过长,无法滚动查看更多

---
 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