fix: 调整设置页footer按钮对齐方式

This commit is contained in:
ZiuChen 2022-09-19 17:16:19 +08:00
parent 6973c2a838
commit 1b8e664aac

View File

@ -28,7 +28,7 @@
}
&-footer {
display: flex;
justify-content: center;
justify-content: flex-end;
align-items: center;
}
}