update:登录类型按钮居中显示

This commit is contained in:
hrz
2025-09-26 23:56:40 +08:00
parent ce09eb48c4
commit 11207f793d
+1 -2
View File
@@ -351,8 +351,7 @@ export default {
.login-type-container {
margin: 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
justify-content: center;
}
.title-language-dropdown {