BUG 30521

This commit is contained in:
aixianling
2022-07-06 15:15:16 +08:00
parent bcd90e0706
commit 37ea4d4db6
2 changed files with 4 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
::v-deep.AppCreditReport { ::v-deep.AppCreditReport {
height: 100%;
.mar-t16 { .mar-t16 {
margin-top: 16px; margin-top: 16px;
} }
@@ -47,6 +49,7 @@ export default {
.color-333 { .color-333 {
color: #333; color: #333;
} }
.color-666 { .color-666 {
color: #666; color: #666;
} }

View File

@@ -29,5 +29,6 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.companyDetail { .companyDetail {
height: 100%;
} }
</style> </style>