feat(player): 优化桌面端优胜冠军相关组件与侧边栏布局,适配主题变量

This commit is contained in:
2026-07-01 17:59:56 +08:00
parent edc54e25f3
commit 9daf919d88
10 changed files with 370 additions and 89 deletions

View File

@@ -797,12 +797,14 @@ function setFeaturedIndex(index: number) {
justify-content: space-between;
align-items: center;
gap: 8px;
min-width: 0;
}
.top-meta {
display: flex;
align-items: center;
gap: 6px;
flex-shrink: 0;
}
.league-tag {
@@ -816,6 +818,8 @@ function setFeaturedIndex(index: number) {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 1;
min-width: 0;
}
.live-indicator {
@@ -839,6 +843,7 @@ function setFeaturedIndex(index: number) {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.vs-text {
@@ -855,6 +860,7 @@ function setFeaturedIndex(index: number) {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.team-name {