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

View File

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