From c6e139f411e323f49d641ca899ad85229a4cdce4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 27 十二月 2024 11:15:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5_meeting/pages/index/index.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/h5_meeting/pages/index/index.vue b/h5_meeting/pages/index/index.vue
index 94b405d..07b8517 100644
--- a/h5_meeting/pages/index/index.vue
+++ b/h5_meeting/pages/index/index.vue
@@ -153,7 +153,7 @@
qr.data =
"https://atwl.ahzyssl.com/zhyq_h5/#/pages/login/login/?type=2&yw=1&ywid=" + this.meetingInfo.id
// 璁剧疆浜岀淮鐮佸ぇ灏忥紝蹇呴』涓巆anvas璁剧疆鐨勫楂樹竴鑷�
- qr.size = 83;
+ qr.size = 104;
// 璋冪敤鍒朵綔浜岀淮鐮佹柟娉�
qr.make();
// 鑾峰彇canvas涓婁笅鏂�
@@ -340,16 +340,16 @@
}
.qrcode_wrap {
- width: 92px;
- height: 92px;
+ width: 110px;
+ height: 110px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
-
+
.qrcode {
- width: 84px;
- height: 84px;
+ width: 104px;
+ height: 104px;
}
}
--
Gitblit v1.9.3