fix: fix topMenu align not work

This commit is contained in:
vben
2020-11-24 00:22:01 +08:00
parent 36734100e3
commit 25d43a5f7c
3 changed files with 20 additions and 18 deletions

View File

@@ -26,11 +26,11 @@
}
.justify-start {
justify-content: start;
justify-content: flex-start;
}
.justify-end {
justify-content: end;
justify-content: flex-end;
}
.justify-around {