From 7c7fd1a80ad89dd1037f2ee420fed2dcde7290a1 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期二, 20 八月 2024 16:42:53 +0800
Subject: [PATCH] 1

---
 sub_pages/customer/trade/list.vue |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sub_pages/customer/trade/list.vue b/sub_pages/customer/trade/list.vue
index 77af631..77f7c5b 100644
--- a/sub_pages/customer/trade/list.vue
+++ b/sub_pages/customer/trade/list.vue
@@ -525,24 +525,24 @@
 			margin-top: 12rpx;
 			display: flex;
 
-			.tag {
-				min-width: 80rpx;
-				padding-left: 20rpx;
-				padding-right: 20rpx;
-				line-height: 36rpx;
-				background: #FEE6E6;
-				border-radius: 21rpx;
-				font-size: 24rpx;
-				color: #CD1212;
-				margin-right: 12rpx;
-				text-align: center;
-			}
-
-			.tag.green {
-				color: rgba(110, 159, 102, 1);
-				background: rgba(202, 229, 214, 1);
-				border-radius: 21rpx;
-				// opacity: 0.57;
+			.tag {
+				// min-width: 60rpx;
+				padding-left: 10rpx;
+				padding-right: 10rpx;
+				line-height: 30rpx;
+				background: #FEE6E6;
+				border-radius: 10rpx;
+				font-size: 18rpx;
+				color: #CD1212;
+				margin-right: 6rpx;
+				text-align: center;
+			}
+			
+			.tag.green {
+				color: rgba(110, 159, 102, 1);
+				background: rgba(202, 229, 214, 1);
+				border-radius: 10rpx;
+				// opacity: 0.57;
 			}
 		}
 

--
Gitblit v1.9.3