From 7bc02b24df847c180d5ead627ce94b9278a66542 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?TOP=E7=B3=AF=E7=B1=B3?= <1130395124@qq.com>
Date: Wed, 1 Mar 2023 20:39:55 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE=E6=9C=8D?=
=?UTF-8?q?=E5=8A=A1=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2=E7=9A=84picker?=
=?UTF-8?q?=E7=82=B9=E5=87=BB=E8=8C=83=E5=9B=B4=E8=BF=87=E5=B0=8F=E7=9A=84?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/member/service-info.vue | 29 +++++++++++++++--------------
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/src/pages/member/service-info.vue b/src/pages/member/service-info.vue
index d3c4ab0..9349930 100644
--- a/src/pages/member/service-info.vue
+++ b/src/pages/member/service-info.vue
@@ -22,9 +22,9 @@
class="select-widget"
:class="{ active: areaText.length > 0 }"
>
-
+
{{ areaText ? areaText : "请选择服务区域" }}
-
+
@@ -38,9 +38,9 @@
class="select-widget"
:class="{ active: cateText.length > 0 }"
>
-
+
{{ cateText ? cateText : "请选择服务分类" }}
-
+
@@ -54,9 +54,9 @@
class="select-widget"
:class="{ active: carTypeText.length > 0 }"
>
-
+
{{ carTypeText ? carTypeText : "请选择车辆类型" }}
-
+
@@ -70,9 +70,9 @@
class="select-widget"
:class="{ active: serviceTypeText.length > 0 }"
>
-
+
{{ serviceTypeText ? serviceTypeText : "请选择服务类型" }}
-
+
@@ -179,7 +179,7 @@ export default {
carTypeText: "",
serviceTypeId: 0,
serviceTypeText: "",
- idcardA: "",
+ idcardA: "1",
idcardB: "",
license: "",
content: "",
@@ -232,7 +232,7 @@ export default {
width: 100%;
margin-top: 14rpx;
box-sizing: border-box;
- padding: 0 16rpx;
+ padding: 0 20rpx;
background-color: #ffffff;
}
.input-item {
@@ -254,14 +254,15 @@ export default {
position: absolute;
top: 0;
left: 0;
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- padding-left: 190rpx;
display: flex;
align-items: center;
font-size: 28rpx;
color: #c9c9c9;
+ .picker-view {
+ width: 670rpx;
+ box-sizing: border-box;
+ padding: 44rpx 0 44rpx 190rpx;
+ }
}
.select-widget.active {
color: #666666;