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

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-17 11:18:58 +08:00
parent 78322578d3
commit 0d430857c7

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: var(--bg-body); background: var(--bg-body);
} }
@@ -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: var(--bg-glass); background: var(--bg-glass);
border-bottom: 1px solid var(--border); border-bottom: 1px solid var(--border);
backdrop-filter: blur(12px); backdrop-filter: blur(12px);