fix(扫码登录): 修复转换密码登录按钮太低的问题
--bug=1047301 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001047301
This commit is contained in:
parent
f526aca16d
commit
f65e08427c
|
@ -116,6 +116,7 @@ export default {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
margin-top: -30px;
|
||||||
}
|
}
|
||||||
:deep(.el-tabs__nav){
|
:deep(.el-tabs__nav){
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -103,5 +103,7 @@
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.wecom-qr {
|
.wecom-qr {
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
|
width: 480px;
|
||||||
|
height: 341px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue