From f19de6005874be051e7b837219998d683bc94e51 Mon Sep 17 00:00:00 2001 From: Connor <1813766834@qq.com> Date: Sat, 8 Jun 2024 20:01:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=83=AD=E9=97=A8=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E9=80=89=E9=A1=B9=E5=88=97=E8=A1=A8=E3=80=81=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E9=A1=B5=E9=9D=A2=20icon=20=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E7=AD=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 18 +++++++++--------- pages/search/index.vue | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index f4e29ef..b0f4718 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -108,19 +108,18 @@ - + + - @@ -148,7 +147,7 @@ import PostView from "@/pages/common/postview/index.vue"; // const postTypeList = ['发布话题', '发布活动']; const postTypeList = [{lable:'发布话题',id:1}, {lable:'发布活动',id:2}]; const searchPrerequisiteList = [ - '热门', '最新', '筛选3', '筛选4', '筛选5', '筛选6', '筛选7', '筛选8', '筛选9' + '热门', '最新', '筛选3', '筛选4', '筛选5', '筛选6', '筛选7', '筛选8' ]; const list1 = reactive([ @@ -499,12 +498,13 @@ import PostView from "@/pages/common/postview/index.vue"; margin-top: 42rpx; display: flex; flex-wrap: wrap; - justify-content: space-between; + // justify-content: space-between; } .box-b { - width: calc(33.33% - 16rpx); /* 每行三个元素,减去外边距的总宽度 */ + width: calc(33.33% - 48rpx); /* 每行三个元素,减去外边距的总宽度 */ margin-bottom: 24rpx; + margin-left: 24rpx; } .box-c { @@ -524,7 +524,7 @@ import PostView from "@/pages/common/postview/index.vue"; text-align: center; font-family: "Microsoft YaHei"; // line-height: 82rpx; - display: block; + // display: block; cursor: pointer; transition: all 0.3s ease; padding: 12rpx 0; diff --git a/pages/search/index.vue b/pages/search/index.vue index 26688dd..7b72c41 100644 --- a/pages/search/index.vue +++ b/pages/search/index.vue @@ -7,11 +7,11 @@ - + - + 搜索 @@ -22,7 +22,7 @@ 搜索历史 - + @@ -33,7 +33,7 @@