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

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