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 {