feat(frontend):i8n fix;top-bar 右上角个人信息 i18n样式优化

This commit is contained in:
junjie
2021-05-17 17:23:29 +08:00
parent e98f95604e
commit 83fa095052
9 changed files with 67 additions and 32 deletions

View File

@@ -49,7 +49,11 @@
.right-menu {
float: right;
height: 100%;
height: 56px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
&:focus {
outline: none;