feat: 更新 FriendsSection 和 PageSwitcher 组件的样式,使按钮和内容居中对齐

This commit is contained in:
2025-12-07 14:44:53 +08:00
parent 361999a8b1
commit 5a2754b19e
2 changed files with 3 additions and 2 deletions

View File

@@ -148,6 +148,7 @@ h2 {
}
.actions {
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-bottom: 10px;
@@ -205,7 +206,7 @@ h2 {
display: flex;
align-items: center;
gap: 10px;
justify-content: flex-end;
justify-content: center;
}
.form-actions .primary {
min-width: 120px;

View File

@@ -82,7 +82,7 @@ button:disabled {
grid-template-columns: 1fr;
}
.dots {
justify-content: flex-start;
justify-content: center;
}
}
</style>