fix: switch to space-between

This commit is contained in:
Tienson Qin
2021-12-22 17:47:57 +08:00
parent 6b45277229
commit fd14f5ebf0

View File

@@ -3,7 +3,7 @@
bottom: 0;
left: 0;
width: 100%;
justify-content: space-around;
justify-content: space-between;
height: 2.5rem;
display: flex;
align-items: center;