修复Bar的文字对齐
This commit is contained in:
Weilanwl
2018-12-23 06:39:37 +08:00
parent 967f46ae3d
commit 7d7b7357b6
3 changed files with 26 additions and 2 deletions

View File

@@ -2083,7 +2083,7 @@ bar .action {
display: flex;
align-items: center;
height: 100%;
justify-content: flex-start;
justify-content: center;
max-width: 100%;
}