This commit is contained in:
liuye
2023-12-26 14:33:32 +08:00
parent 454c40e351
commit c658cc09f1
2 changed files with 10 additions and 12 deletions

View File

@@ -104,7 +104,7 @@ export default {
})
},
onShow() {
document.title = '婚姻家庭纠纷入户登记表'
document.title = '巡查上报'
},
methods: {
getInfo() {
@@ -161,8 +161,7 @@ export default {
<style lang="scss" scoped>
uni-page-body {
min-height: 100%;
// height: 100vh;
height: 100vh;
background: #F5F5F5;
}
.formConfirm {
@@ -247,6 +246,7 @@ uni-page-body {
color: #fff;
}
.cancel {
background-color: #fff;
color: #666;
border: 1px solid #CCC;
}

View File

@@ -3,7 +3,7 @@
<div class="title">
<span></span>请确认并校准您输入的内容
</div>
<div class="list">
<div class="list-content">
<div class="item">
<div class="label">
<span>户主姓名</span>
@@ -73,7 +73,7 @@
<span v-else>{{info.householdNumber || '请输入'}}</span>
</div>
</div>
<div class="item pad-b">
<div class="item">
<div class="label">
<span>我要上报的事情</span>
<div class="edit" @click="editReportThing=true">
@@ -125,7 +125,7 @@ export default {
})
},
onShow() {
document.title = '婚姻家庭纠纷入户登记表'
document.title = '巡查上报'
},
methods: {
getInfo() {
@@ -181,8 +181,7 @@ export default {
<style lang="scss" scoped>
uni-page-body {
min-height: 100%;
// height: 100vh;
height: 100vh;
background: #fff;
padding-top: 26px;
}
@@ -204,7 +203,9 @@ uni-page-body {
margin-right: 18px;
}
}
.list {
.list-content {
padding-bottom: 372px;
background-color: #fff;
.item {
text-align: center;
margin-bottom: 64px;
@@ -255,9 +256,6 @@ uni-page-body {
}
}
}
.pad-b {
padding-bottom: 272px;
}
}
.bottom-btn {
position: fixed;