Commit 124c5c17 by zhangleyuan

feat:修改logo的大小

parent cc122ab5
...@@ -20,8 +20,7 @@ ...@@ -20,8 +20,7 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.box-image { .box-image {
width: 91px; height: 30px;
height: 25px;
margin-left: 27px; margin-left: 27px;
} }
.user { .user {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
z-index: 112; z-index: 112;
.logo { .logo {
display: inline-block; display: inline-block;
height: 24px; height: 30px;
margin-left: 20px; margin-left: 20px;
} }
.logo-name { .logo-name {
......
...@@ -37,7 +37,7 @@ export default function WechatLogin(props: any) { ...@@ -37,7 +37,7 @@ export default function WechatLogin(props: any) {
text: redirect, text: redirect,
correctLevel: 2, correctLevel: 2,
size: 160, size: 160,
image: 'https://image.xiaomaiketang.com/xm/c4KiP2epBP.png', image: 'https://image.xiaomaiketang.com/xm/Newk4NrxKC.png',
imageSize: 50 imageSize: 50
}); });
qrcodeWrapDom.innerHTML = ''; qrcodeWrapDom.innerHTML = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment