From 9afd18034b1d43929cb0f8e8e9feda6b4c9c08f0 Mon Sep 17 00:00:00 2001 From: Tevin <tingquanren@163.com> Date: Sat, 20 Jul 2024 15:57:12 +0800 Subject: [PATCH] Merge branch 'master' of ssh://dev.zhiheiot.com:29418/mob-components --- plugins/qrcode/cQrCode.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/plugins/qrcode/cQrCode.scss b/plugins/qrcode/cQrCode.scss index 6d68ccb..383b994 100644 --- a/plugins/qrcode/cQrCode.scss +++ b/plugins/qrcode/cQrCode.scss @@ -12,5 +12,15 @@ display: inline-block; width: auto; height: auto; + canvas { + width: auto !important; + height: auto !important; + max-width: 100%; + } + } + .at-button { + display: block; + width: 100%; + margin-top: 18px; } } \ No newline at end of file -- Gitblit v1.9.1