From fa4a86955e186e29914a0927c9aa13c0187726d2 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Tue, 25 Oct 2022 14:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HomePage/noteList.vue | 2 +- src/views/homepage/Index.vue | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/HomePage/noteList.vue b/src/components/HomePage/noteList.vue index adefba33..e9eedc78 100644 --- a/src/components/HomePage/noteList.vue +++ b/src/components/HomePage/noteList.vue @@ -10,7 +10,7 @@ 隐藏

-
{{item.contentInfo}} +
{{item.contentInfo}} 已隐藏 隐藏 diff --git a/src/views/homepage/Index.vue b/src/views/homepage/Index.vue index f8e71220..bd4d3571 100644 --- a/src/views/homepage/Index.vue +++ b/src/views/homepage/Index.vue @@ -238,6 +238,7 @@ .ach-ul{ display: flex; flex-wrap: wrap; + // justify-content: space-between; justify-content: flex-start; border-bottom: 1px solid rgba($color: #999999, $alpha: 0.21); padding-bottom: 4px; @@ -246,12 +247,13 @@ width: 58px; // margin: 0 auto;/ text-align: center; - margin-left: 22px; - margin-right:22px; + margin: 0 17px; + // margin-left: 22px; + // margin-right:22px; margin-bottom: 18px; - &:nth-child(1){ - margin-left: 0px; - } + // &:nth-child(1){ + // margin-left: 0px; + // } .medal-text{ font-size: 12px; transform: scale(.5);