From ea87c908fb6cdfc3e227a584a53e6730efb8262a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 26 十月 2023 13:41:12 +0800
Subject: [PATCH] 小程序代码

---
 minipro_standard/components/LabelSelection.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/minipro_standard/components/LabelSelection.vue b/minipro_standard/components/LabelSelection.vue
index 67f65ff..0bde662 100644
--- a/minipro_standard/components/LabelSelection.vue
+++ b/minipro_standard/components/LabelSelection.vue
@@ -71,16 +71,18 @@
 			}
 			.tag_item {
 				min-width: 120rpx;
-				padding: 14rpx;
+				padding: 14rpx 24rpx;
 				border-radius: 26rpx;
 				text-align: center;
 				flex-shrink: 0;
 				margin-right: 20rpx;
 				border: 1rpx solid #CCCCCC;
-				font-size: 26rpx;
-				font-weight: 400;
-				line-height: 26rpx;
-				color: #555555;
+				text {
+					font-size: 26rpx;
+					font-weight: 400;
+					line-height: 26rpx;
+					color: #555555;
+				}
 			}
 		}
 	}

--
Gitblit v1.9.3