From 24df0a93ba8609a9ac5726ac1a412810788f6f55 Mon Sep 17 00:00:00 2001 From: fanfan Date: Mon, 8 Jul 2024 09:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shopList/shopPage.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/shopList/shopPage.vue b/pages/shopList/shopPage.vue index d8fd377..a0d15c1 100644 --- a/pages/shopList/shopPage.vue +++ b/pages/shopList/shopPage.vue @@ -551,7 +551,7 @@ .first-cate { height: 100%; - width: 108rpx; + width: 120rpx; .first-cate-tabs { overflow-x: hidden; @@ -560,11 +560,13 @@ .cate-item { width: 100%; - padding: 20rpx 30rpx; + padding: 20rpx 25rpx; color: #999999; font-size: 24rpx; position: relative; background: #F0F4F3; + text-align: center; + word-wrap: break-word; &.prev { border-radius: 0 0 30rpx 0;