From a24ef733dbc11219573e69d8235005419d245b91 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 20 Dec 2021 17:24:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=B4=E8=B4=B9=E5=87=AD=E8=AF=81=E5=8F=AF?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A4=9A=E5=BC=A0=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/AuditProofModule.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue index c2b8036..4ef7d7f 100644 --- a/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue +++ b/src/views/financialManagement/arriveAndInvoicing/modules/AuditProofModule.vue @@ -34,7 +34,9 @@
- +
+ +
@@ -293,11 +295,13 @@ h3.title::before { } .proof-img { - width: calc(100% - 6rem); + &-item { + width: calc(100% - 6rem); - img { - max-width: 100%; - max-height: 200px; + img { + max-width: 100%; + max-height: 200px; + } } } }