fix(player): 赛事详情页恢复顶部 8px 间距(theme-2)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-17 11:18:44 +08:00
parent 9f1d263741
commit ec51b675e3

View File

@@ -453,6 +453,7 @@ function onPickSelection(selId: string, marketId: string) {
<style scoped>
.detail-page {
margin: 0 -16px;
padding-top: 8px;
padding-bottom: 16px;
background: #E8EDF2;
}
@@ -472,9 +473,9 @@ function onPickSelection(selId: string, marketId: string) {
padding: 4px 12px 8px;
gap: 8px;
position: sticky;
top: -12px;
top: 0;
z-index: 50;
margin-top: -12px;
margin-bottom: 8px;
background: #FFFFFF;
border-bottom: 1px solid #CBD5E1;
}