@@ -227,7 +227,7 @@ export default {
>li {
text-align: center;
- margin: 0 10px;
+ margin: 0 6px;
cursor: pointer;
&.active {
@@ -219,7 +219,7 @@ export default {
@@ -197,9 +197,12 @@ onMounted(() => {
width: 90%;
display: flex;
padding: 10px 0;
- justify-content: center;
+ justify-content: space-evenly;
position: absolute;
bottom: 22px;
+ > li {
+ margin: 0;
+ }
}