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