diff --git a/src/assets/img/SuiMangQRCode.png b/src/assets/img/SuiMangQRCode.png new file mode 100644 index 0000000..1091f34 Binary files /dev/null and b/src/assets/img/SuiMangQRCode.png differ diff --git a/src/views/myPage/myPage.vue b/src/views/myPage/myPage.vue index 884942f..692815d 100644 --- a/src/views/myPage/myPage.vue +++ b/src/views/myPage/myPage.vue @@ -50,8 +50,10 @@ >
@@ -397,6 +399,7 @@ export default { text-align: center; transition: all 0.3s; margin-left: 50%; + padding: 10px; .connect { font-size: 12px; @@ -409,11 +412,15 @@ export default { border-radius: 5px; border: solid 1px #595959; margin: auto; + img { + width: 100%; + height: 100%; + } } .phoneNum { float: left; font-size: 11px; - margin-top: 3px; + margin-top: 8px; margin-left: 34px; } .close {