From 980d38f86a49a336afc9c48667bccc5b1bf68e1b Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 20 May 2022 14:46:49 +0800 Subject: [PATCH] 29688 --- src/mods/work/AppHelpDeclaration/add.vue | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/mods/work/AppHelpDeclaration/add.vue b/src/mods/work/AppHelpDeclaration/add.vue index 59acb71..0afc15b 100644 --- a/src/mods/work/AppHelpDeclaration/add.vue +++ b/src/mods/work/AppHelpDeclaration/add.vue @@ -6,19 +6,19 @@
*申请人姓名
- +
*申请人身份证号
- +
*联系方式
- +
@@ -27,7 +27,7 @@
*家庭人口数
- +
@@ -56,7 +56,8 @@
*返贫致贫风险说明
- +
@@ -112,6 +113,9 @@ export default { }) }) // this.form.areaId = this.user.areaId + this.form.name = this.user.realName + this.form.idNumber = this.user.idNumber + this.form.phone = this.user.phone }, computed: { ...mapState(['user']) @@ -182,6 +186,8 @@ export default { font-size: 30px; } + + .user_info, .family_info { background: #FFF; @@ -201,6 +207,10 @@ export default { .right__text { width: calc(100% - 240px); text-align: right; + ::v-deep .u-input .u-input__input { + float: right; + text-align: right; + } } .color-999 {