- 优化页面结构

- 修复「TOTP 输入界面,回车无法确定」close #101
This commit is contained in:
dushixiang
2021-03-17 20:00:36 +08:00
parent ea48bd3da2
commit d6ef8aa1db
17 changed files with 106 additions and 406 deletions

View File

@ -33,7 +33,7 @@
}
.layout-header {
height: 48px;
height: 60px;
align-items: center;
padding: 0 16px 0 0;
background: #fff;
@ -45,23 +45,19 @@
padding: 0 12px;
cursor: pointer;
transition: all .3s;
line-height: 48px;
height: 48px;
line-height: 60px;
height: 60px;
}
.layout-header-right-item {
margin: 0 6px;
display: inline;
height: 48px;
}
.layout-header-right-item:hover {
background-color: #eeeeee;
height: 60px;
}
.nickname {
line-height: 48px;
height: 48px;
line-height: 60px;
height: 60px;
width: 125px;
text-align: left;
padding: 0 5px;