sync(admin): 从 main 同步列表布局、滚动固定与侧栏选中
checkout main: App.vue, ManageLayout, AgentManager, Matches, LeagueMatches*, AgentDirectPlayersView
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user