diff --git a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue index 2a34d601..4c441a11 100644 --- a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue +++ b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue @@ -1,17 +1,68 @@ @@ -84,7 +307,7 @@ export default { }, onShow() { - document.title = '编辑家庭情况' + document.title = '生活生产条件' }, methods: { @@ -143,7 +366,7 @@ export default { & > div { margin-bottom: 16px; - background: #fff; + // background: #fff; } ::v-deep .u-radio { @@ -155,8 +378,16 @@ export default { } .form-group { + background: #fff; + p { + color: #333333; + font-size: 36px; + padding: 20px 32px; + // border-bottom: 1px solid #E4E5E6; + font-weight: 600; + } .form-item { - padding-left: 32px; + padding: 0 32px; .form-item__wrapper { display: flex; @@ -166,10 +397,16 @@ export default { border-bottom: 1px solid #E4E5E6; } + .left { + width: 300px; + } + .right { - height: 112px; - line-height: 112px; - padding-right: 32px; + width: calc(100% - 300px); + text-align: right; + ::v-deep .u-input .u-input__input .uni-input-wrapper { + text-align: right; + } span { font-size: 30px;