feat(theme-2): replace quick entries with bento grid, implement hot match carousel, limit upcoming matches list, and fix layout details

This commit is contained in:
2026-06-18 10:42:09 +08:00
parent 740799a820
commit 75bd5c3512
6 changed files with 525 additions and 116 deletions

View File

@@ -453,7 +453,7 @@ function onPickSelection(selId: string, marketId: string) {
<style scoped>
.detail-page {
margin: 0 -16px;
padding-top: 8px;
padding-top: 0;
padding-bottom: 16px;
background: #E8EDF2;
}