From 248f2f32b0f1e406a8110f0839702914a9c3ca0a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 六月 2024 09:17:23 +0800
Subject: [PATCH] css
---
h5/pages/staff/vehicle/sendACarDetail.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/h5/pages/staff/vehicle/sendACarDetail.vue b/h5/pages/staff/vehicle/sendACarDetail.vue
index 9cd3da5..af0f3ec 100644
--- a/h5/pages/staff/vehicle/sendACarDetail.vue
+++ b/h5/pages/staff/vehicle/sendACarDetail.vue
@@ -242,7 +242,7 @@
color: #777777;
.status {
- color: #279baa;
+ color: $uni-color-primary;
}
}
@@ -346,7 +346,7 @@
padding: 0 32rpx;
border-radius: 0rpx 0rpx 0rpx 30rpx;
background-color: #e9edff;
- color: #279baa;
+ color: $uni-color-primary;
}
}
@@ -368,9 +368,9 @@
}
.agree {
- background: #279baa;
+ background: $uni-color-primary;
color: #fff;
- border: 1rpx solid #279baa;
+ border: 1rpx solid $uni-color-primary;
}
}
--
Gitblit v1.9.3