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