From 011cd2663fba1806619d2cfa8ee138026cb88637 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 14 Mar 2024 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/recommend/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/recommend/index.vue b/components/recommend/index.vue index 4d46894..bd62e87 100644 --- a/components/recommend/index.vue +++ b/components/recommend/index.vue @@ -38,6 +38,7 @@ + {{item.name}} {{item.desc}} @@ -230,10 +231,11 @@ .tabs { display: flex; justify-content: space-between; + align-items: center; margin: 0 -20rpx 30rpx; .tabs-item { - width: 25%; + width: 23%; display: flex; flex-direction: column; justify-content: center;