Fix: 调整页面布局 & 调整页面跳转逻辑

This commit is contained in:
2025-08-29 17:04:05 +08:00
parent 91584096ba
commit e79a69a997
8 changed files with 198 additions and 12 deletions

View File

@ -134,6 +134,7 @@ onMounted(async () => {
.group-list {
display: flex;
flex-wrap: wrap;
padding-top: 1rem;
gap: 20px;
justify-content: flex-start;
}