This commit is contained in:
花有清香月有阴
2022-01-18 11:21:09 +08:00
parent cae009f9e6
commit d5984de9b6

View File

@@ -139,14 +139,15 @@ export default {
</script>
<style scoped lang="scss">
uni-page-body {
height: 100%;
}
.AppResidentDocument {
height: 100%;
background: #fff;
.areatop {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 32px;
}
.line {
@@ -158,6 +159,7 @@ export default {
border-bottom: 2px solid #f5f5f5;
border-top: 2px solid #f5f5f5;
padding: 20px 32px;
background: #fff;
}
::v-deep .u-form {
@@ -190,6 +192,7 @@ export default {
}
.dataes {
background: #fff;
.datass {
display: flex;
padding: 24px 32px;