From 60b3a617617ae46ba72bc04cee50c67ddf30a76c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 24 十月 2023 18:16:30 +0800
Subject: [PATCH] 111
---
minipro_standard/components/LabelSelection.vue | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/minipro_standard/components/LabelSelection.vue b/minipro_standard/components/LabelSelection.vue
index 0bde662..67f65ff 100644
--- a/minipro_standard/components/LabelSelection.vue
+++ b/minipro_standard/components/LabelSelection.vue
@@ -71,18 +71,16 @@
}
.tag_item {
min-width: 120rpx;
- padding: 14rpx 24rpx;
+ padding: 14rpx;
border-radius: 26rpx;
text-align: center;
flex-shrink: 0;
margin-right: 20rpx;
border: 1rpx solid #CCCCCC;
- text {
- font-size: 26rpx;
- font-weight: 400;
- line-height: 26rpx;
- color: #555555;
- }
+ font-size: 26rpx;
+ font-weight: 400;
+ line-height: 26rpx;
+ color: #555555;
}
}
}
--
Gitblit v1.9.3