From cf4fa7623a99a030fecc5e632f564432b11f6d18 Mon Sep 17 00:00:00 2001 From: wanglei <1336977847@qq.com> Date: Thu, 10 Feb 2022 16:33:35 +0800 Subject: [PATCH] 27107 --- src/saas/AppSpecialPeople/add.vue | 34 +++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/src/saas/AppSpecialPeople/add.vue b/src/saas/AppSpecialPeople/add.vue index 690f0743..9f3eabe0 100644 --- a/src/saas/AppSpecialPeople/add.vue +++ b/src/saas/AppSpecialPeople/add.vue @@ -37,7 +37,6 @@
*出生日期
-
@@ -60,13 +59,14 @@
-
+
详细地址
- +
+
所属网格
@@ -547,6 +547,9 @@ export default { } .value { + width: 60%; + display: flex; + justify-content: flex-end; .u-icon { margin-left: 16px; margin-bottom: 4px; @@ -563,6 +566,29 @@ export default { } } + .address { + font-size: 32px; + font-family: PingFangSC-Regular, PingFang SC; + color: #333; + background: #FFFFFF; + border-bottom: 1px solid #D8DDE6; + padding: 34px 36px 34px 0; + box-sizing: border-box; + + .tips { + display: inline-block; + width: 16px; + font-size: 32px; + font-family: PingFangSC-Regular, PingFang SC; + color: #F46; + line-height: 44px; + } + + .value { + margin-left: 16px; + } + } + .footer { width: 100%; position: fixed;