From 018fd5c094f8b6474d20c6338e698e9813077314 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 8 Mar 2022 10:58:14 +0800 Subject: [PATCH] BUG 28103 --- src/mods/AppVillageInfo/AppVillageInfo.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mods/AppVillageInfo/AppVillageInfo.vue b/src/mods/AppVillageInfo/AppVillageInfo.vue index ce1a5c0..8ea6f69 100644 --- a/src/mods/AppVillageInfo/AppVillageInfo.vue +++ b/src/mods/AppVillageInfo/AppVillageInfo.vue @@ -133,10 +133,15 @@ export default { box-sizing: border-box; margin-top: -8px; - ::v-deep image { + ::v-deep .qrcode-img { width: 420px; height: 420px; margin-bottom: 24px; + + image { + width: inherit; + height: inherit; + } } div {