@@ -28,7 +76,7 @@
@@ -68,6 +288,7 @@ export default {
id: '',
girdId: '',
girdName: '',
+ value: '',
}
},
@@ -84,7 +305,7 @@ export default {
},
onShow() {
- document.title = '编辑家庭情况'
+ document.title = '生活生产条件'
},
methods: {
@@ -143,7 +364,7 @@ export default {
& > div {
margin-bottom: 16px;
- background: #fff;
+ // background: #fff;
}
::v-deep .u-radio {
@@ -155,8 +376,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 +395,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;
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