From 099d37284f98d504d9b23a6f8288c8428ea2a3f1 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Fri, 11 Feb 2022 20:26:43 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E4=BD=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/saas/AppSpecialPeople/add.vue | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
diff --git a/src/saas/AppSpecialPeople/add.vue b/src/saas/AppSpecialPeople/add.vue
index 33d466ec..6a905b31 100644
--- a/src/saas/AppSpecialPeople/add.vue
+++ b/src/saas/AppSpecialPeople/add.vue
@@ -5,7 +5,7 @@
*类型
{{
+ :class="form.userType === '' ? 'color-999' : ''" >{{
$dict.getLabel('appSpecialTypeFive', form.userType) || '请选择'
}}
@@ -16,7 +16,7 @@
+ placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="15" :clearable="false" />
@@ -24,35 +24,35 @@
+ @input="changeIdNumber" />
*性别
+ placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="15" :clearable="false" />
*出生日期
+ placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="19" :clearable="false" />
*联系电话
+ placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="11" :clearable="false" />
*所属区域
- {{ form.areaName }}
+ {{ form.areaName }}
请选择
@@ -62,7 +62,7 @@
详细地址
+ placeholder-style="color:#999;font-size:16px;" :maxlength="20" auto-height />
@@ -99,7 +99,7 @@
{{ item.label }}
+ placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="item.maxlength" :clearable="false" @input="changeMoney" style="font-size: 16px"/>
@@ -425,7 +425,6 @@ export default {
id: this.id
}
}).then((res) => {
- console.log(res);
if (res.code == 0) {
this.$forceUpdate()
this.form = res.data
@@ -626,6 +625,14 @@ export default {
left: 0;
}
+ .uni-input-form,
+ .uni-input-input,
+ .uni-input-placeholder,
+ .uni-input-wrapper,
+ .uni-textarea-textarea {
+ font-size: 32px;
+ }
+
.btn {
width: 100%;
height: 112px;