From df3dc1bbc3f4fd5d53adb6e1bead5f11d9f20fc4 Mon Sep 17 00:00:00 2001 From: bemege Date: Tue, 29 Jun 2021 21:32:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A1=88=E5=88=97=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E8=B0=83=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/official/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;