From a11bc1bed7953b88213330582c2085f60b5a73b1 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 六月 2024 15:01:56 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 h5/pages/staff/vehicle/shiwai.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/h5/pages/staff/vehicle/shiwai.vue b/h5/pages/staff/vehicle/shiwai.vue
index b8742bc..bf13087 100644
--- a/h5/pages/staff/vehicle/shiwai.vue
+++ b/h5/pages/staff/vehicle/shiwai.vue
@@ -329,14 +329,14 @@
     height: 72rpx;
     line-height: 72rpx;
     text-align: center;
-    background: #279baa;
+    background: $uni-color-primary;
     box-shadow: 0rpx -1rpx 0rpx 0rpx #eeeeee;
     border-radius: 36rpx;
     font-size: 30rpx;
     color: #ffffff;
   }
   .sel {
-    color: #279baa;
+    color: $uni-color-primary;
     flex: 1;
   }
 }

--
Gitblit v1.9.3