From 50bef9380af524c86e4a31ad77f4dc409d0528f8 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 10:25:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=94=9F=E6=B4=BB=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MonitorFamilySituation.vue | 259 +++++++++++++++++- 1 file changed, 248 insertions(+), 11 deletions(-) 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; From e904d9590cc11ccdf422ae3b68aec2ed4cdcf2b1 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 28 Apr 2022 11:02:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=B6=E5=BA=AD=E9=A3=8E=E9=99=A9?= =?UTF-8?q?=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/Detail.vue | 2 +- .../MonitorFamilySituation.vue | 4 +- src/apps/AppMonitoringObject/familyRisk.vue | 290 ++++++++++++++++++ 3 files changed, 292 insertions(+), 4 deletions(-) create mode 100644 src/apps/AppMonitoringObject/familyRisk.vue diff --git a/src/apps/AppMonitoringObject/Detail.vue b/src/apps/AppMonitoringObject/Detail.vue index 9c439e92..c9138374 100644 --- a/src/apps/AppMonitoringObject/Detail.vue +++ b/src/apps/AppMonitoringObject/Detail.vue @@ -83,7 +83,7 @@

家庭风险情况

({{ isIncome ? '已填写' : '未填写' }}) - 编辑 + 编辑
diff --git a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue index 4c441a11..a8e454f6 100644 --- a/src/apps/AppMonitoringObject/MonitorFamilySituation.vue +++ b/src/apps/AppMonitoringObject/MonitorFamilySituation.vue @@ -13,7 +13,6 @@
-
@@ -25,7 +24,6 @@
-
@@ -37,7 +35,6 @@
-
@@ -291,6 +288,7 @@ export default { id: '', girdId: '', girdName: '', + value: '', } }, diff --git a/src/apps/AppMonitoringObject/familyRisk.vue b/src/apps/AppMonitoringObject/familyRisk.vue new file mode 100644 index 00000000..3e5b2f09 --- /dev/null +++ b/src/apps/AppMonitoringObject/familyRisk.vue @@ -0,0 +1,290 @@ + + + + + \ No newline at end of file