From d191413b4fad085bfb43baa1135aed541e66d67b Mon Sep 17 00:00:00 2001 From: "452061493@qq.com" <452061493@qq.com> Date: Fri, 14 Jun 2024 18:49:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8Fbug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/enterprise/qrCode.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/enterprise/qrCode.vue b/src/views/enterprise/qrCode.vue index 24198a4..268e27e 100644 --- a/src/views/enterprise/qrCode.vue +++ b/src/views/enterprise/qrCode.vue @@ -245,16 +245,13 @@ const toHisrotyView = () =>{ position: relative; margin-top: 1%; .qr_code_img { - position: relative; - top: 2%; - left: 10%; + margin: 3% 10%; width: 80%; height: 70%; } .qr_code_text { display: block; position: relative; - top: 3%; width: 100%; color: #999; font-size: 0.3rem; @@ -263,9 +260,9 @@ const toHisrotyView = () =>{ } .qr_name { position: relative; + top: 3%; width: 100%; height: 10%; - top: 3%; text-align: center; font-size: 0.42rem; }