sync(admin): 从 main 同步列表布局、滚动固定与侧栏选中

checkout main: App.vue, ManageLayout, AgentManager, Matches, LeagueMatches*, AgentDirectPlayersView
This commit is contained in:
2026-06-22 16:51:36 +08:00
parent fa8d3fbf0c
commit 5e7d6bc23f
7 changed files with 149 additions and 84 deletions

View File

@@ -192,12 +192,21 @@ watch(leagueId, () => {
min-height: 0;
}
.league-matches-page :deep(.admin-subnav) {
flex-shrink: 0;
margin-bottom: 14px;
}
.league-matches-page .list-panel {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
overflow: hidden;
border: none;
background: transparent;
padding: 0;
box-shadow: none;
}
.team-country-select {