fix(扫码登录): 修复转换密码登录按钮太低的问题

--bug=1047301 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001047301
This commit is contained in:
guoyuqi 2024-11-05 11:59:30 +08:00 committed by Craftsman
parent f526aca16d
commit f65e08427c
2 changed files with 3 additions and 0 deletions

View File

@ -116,6 +116,7 @@ export default {
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
margin-top: -30px;
}
:deep(.el-tabs__nav){
width: 100%;

View File

@ -103,5 +103,7 @@
<style scoped>
.wecom-qr {
margin-top: -20px;
width: 480px;
height: 341px;
}
</style>