From 662d007c5b8f20c9f9393b4abc691f7154556208 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 23 一月 2025 15:10:01 +0800
Subject: [PATCH] ll

---
 h5/pages/waybill/list.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/h5/pages/waybill/list.vue b/h5/pages/waybill/list.vue
index 89b41ac..bde7310 100644
--- a/h5/pages/waybill/list.vue
+++ b/h5/pages/waybill/list.vue
@@ -256,9 +256,9 @@
 		// align-items: center;
 		background-color: #fff;
 		width: 750rpx;
-		height: 70rpx;
+		height: 90rpx;
 		margin: -10rpx -30rpx 0;
-		padding: 12rpx 30rpx;
+		padding: 24rpx 30rpx 0;
 		.name {
 			font-weight: 600;
 			font-size: 34rpx;
@@ -269,9 +269,9 @@
 			width: 144rpx;
 			height: 56rpx;
 			border-radius: 36rpx;
-			border: 1rpx solid $uni-color-primary;
+			border: 1rpx solid #B2B2B2;
 			font-size: 26rpx;
-			color: $uni-color-primary;
+			color: #666666;
 			display: flex;
 			justify-content: center;
 			align-items: center;

--
Gitblit v1.9.3