diff --git a/src/views/official/index.vue b/src/views/official/index.vue index f3b7a5d..1618df6 100644 --- a/src/views/official/index.vue +++ b/src/views/official/index.vue @@ -643,7 +643,7 @@ export default { margin-top: 200px; img { - width: 100%; + width: 80%; } } } @@ -800,6 +800,9 @@ export default { } .content-wrapper-company { margin-top: 80px !important; + img { + width: 100% !important; + } } .footer-page { text-align: center;