From 7538467294b4a24f477ba619c81d10f06d68d85f Mon Sep 17 00:00:00 2001 From: 康凯 <kangk26@foxmail.com> Date: Tue, 14 Dec 2021 15:51:39 +0800 Subject: [PATCH] 1.内页顶部文字字体问题 2.搜索框内文字左侧间距太小 3.列表左右侧间距不一样,边框是1px不是2px --- src/views/scenery/list.vue | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/scenery/list.vue b/src/views/scenery/list.vue index 275e07b..239292b 100644 --- a/src/views/scenery/list.vue +++ b/src/views/scenery/list.vue @@ -116,7 +116,7 @@ .line { width: 100%; - border: 1px solid #EEEEEE; + border-top: 1px solid #EEEEEE; margin-top: 3vh; margin-bottom: 3vh; opacity: 1; @@ -124,12 +124,16 @@ .data-list { width: 90%; - margin-left: 5%; - overflow: scroll; + height: 65vh; + display: flex; + flex-direction:column; + justify-content: flex-start; + align-items: center; } .data-list .line { width: 100%; + margin-top: 2vh; margin-bottom: 2vh; } @@ -140,7 +144,6 @@ align-items: flex-start; width: 100%; - margin-bottom: 2vh; } .data-list /deep/ .image-item .item-left { -- Gitblit v1.9.3