From d94bdc362d601993690311590bb27b8d0572a910 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 13 Apr 2022 17:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=92=A8=E8=AF=A2?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=BC=81=E4=B8=9A=E5=BE=AE=E4=BF=A1=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../finance/AppFinanceProduct/productDetail.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue index 13f8b4f3..97ca7aa2 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productDetail.vue @@ -27,8 +27,13 @@ {{ detail.guaranteeModeLabel }} - {{ detail.bankCounterpart }} - {{ detail.consultationTelephone }} + + {{ detail.bankCounterpart }} + {{ detail.consultationTelephone }} + + + + @@ -153,5 +158,10 @@ export default { ::v-deep.half { width: 50%; } + + .qrCode { + width: 120px; + height: 120px; + } }