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; + } }