From 6e873adc94aaeb4f918cf4fd45f7bdf936f45db4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 05 十二月 2023 08:58:19 +0800
Subject: [PATCH] 羚羊数据导入

---
 minipro_standard/components/LabelSelection.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/minipro_standard/components/LabelSelection.vue b/minipro_standard/components/LabelSelection.vue
index 65f8438..0bde662 100644
--- a/minipro_standard/components/LabelSelection.vue
+++ b/minipro_standard/components/LabelSelection.vue
@@ -77,10 +77,12 @@
 				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