From 47f7c90c8a5816dd4a38f2f123d6fac805737fa5 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 24 Oct 2021 23:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=AF=BC=E8=88=AA=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E6=94=AF=E6=8C=814=E4=B8=AA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/icon-nav/icon-nav.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/icon-nav/icon-nav.vue b/components/icon-nav/icon-nav.vue index e19452df..e6843647 100644 --- a/components/icon-nav/icon-nav.vue +++ b/components/icon-nav/icon-nav.vue @@ -34,9 +34,9 @@ margin-bottom: 20rpx; } .data-list .items { - width: calc(20% - 40rpx); - float: left; - padding: 20rpx 20rpx 0 20rpx; + width: calc(20% - 20rpx); + float: left; + padding: 20rpx 10rpx 0 10rpx; } .items-content { border-radius: 50%; @@ -54,7 +54,7 @@ } .data-list .items .title { margin-top: 6rpx; - font-size: 30rpx; + font-size: 28rpx; text-align: center; -o-text-overflow: ellipsis; text-overflow: ellipsis;