|
|
|
@ -202,7 +202,7 @@ |
|
|
|
<div class="wrapper"> |
|
|
|
<div class="wrapper"> |
|
|
|
<main> |
|
|
|
<main> |
|
|
|
<div class="grid-x"> |
|
|
|
<div class="grid-x"> |
|
|
|
<div class="cell large-12"> |
|
|
|
<div class="cell" :class="{'large-12': courtCount >= 5, 'large-6': courtCount < 5}"> |
|
|
|
<div style="display: flex; margin-bottom: 20px;"> |
|
|
|
<div style="display: flex; margin-bottom: 20px;"> |
|
|
|
<div class="bubble-footer" style="visibility: hidden; align-items: center; justify-content: center; margin-right: 20px; width: 8rem;"> |
|
|
|
<div class="bubble-footer" style="visibility: hidden; align-items: center; justify-content: center; margin-right: 20px; width: 8rem;"> |
|
|
|
<h1 class="event">00:00</h1> |
|
|
|
<h1 class="event">00:00</h1> |
|
|
|
@ -226,7 +226,7 @@ |
|
|
|
<div x-show="currentPageIndex === pageIndex"> |
|
|
|
<div x-show="currentPageIndex === pageIndex"> |
|
|
|
<div class="grid-x"> |
|
|
|
<div class="grid-x"> |
|
|
|
<template x-for="(group, groupIndex) in groupPage" :key="groupIndex"> |
|
|
|
<template x-for="(group, groupIndex) in groupPage" :key="groupIndex"> |
|
|
|
<div class="cell large-12"> |
|
|
|
<div class="cell" :class="{'large-12': courtCount >= 5, 'large-6': courtCount < 5}"> |
|
|
|
<div style="display: flex; margin-bottom: 20px;"> |
|
|
|
<div style="display: flex; margin-bottom: 20px;"> |
|
|
|
<div class="bubble-footer" style="align-items: center; justify-content: center; margin-right: 20px; width: 8rem;"> |
|
|
|
<div class="bubble-footer" style="align-items: center; justify-content: center; margin-right: 20px; width: 8rem;"> |
|
|
|
<h1 class="event" x-text="group.name.slice(-5)"></h1> |
|
|
|
<h1 class="event" x-text="group.name.slice(-5)"></h1> |
|
|
|
|