修改二维码登录逻辑

This commit is contained in:
2024-03-27 14:44:59 +08:00
parent 3b5525a2a2
commit 61bcbf6f69
11 changed files with 173 additions and 25 deletions

View File

@@ -6,6 +6,7 @@
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.text {
@@ -24,3 +25,10 @@
margin-right: 40rpx;
}
.nickName {
width: 95vw;
margin-bottom: 60rpx;
display: flex;
justify-content: center;
}