From 9db793eb071d5bbc6a9af3392fb73b5ba47a2e44 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期二, 03 九月 2024 15:58:39 +0800 Subject: [PATCH] 1 --- pages/home/components/home-top-flow.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/home/components/home-top-flow.vue b/pages/home/components/home-top-flow.vue index 890a250..20f5236 100644 --- a/pages/home/components/home-top-flow.vue +++ b/pages/home/components/home-top-flow.vue @@ -125,15 +125,15 @@ display: flex; .tag { - min-width: 60rpx; + // min-width: 60rpx; padding-left: 10rpx; padding-right: 10rpx; line-height: 30rpx; background: #FEE6E6; border-radius: 10rpx; - font-size: 22rpx; + font-size: 18rpx; color: #CD1212; - margin-right: 12rpx; + margin-right: 6rpx; text-align: center; } -- Gitblit v1.9.3