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