generated from VLADIMIR/template_frontend
update css
This commit is contained in:
@@ -39,10 +39,12 @@ async function toTeamStory(id: number, password: string) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="center-block-custom content-block">
|
||||
<div v-for="team in game.teams" class="team-block" @click="toTeamStory(team.id!, team.password!)">
|
||||
<div class="team-title">
|
||||
{{ team.name }}
|
||||
<div class="center-block-custom">
|
||||
<div class="width1200">
|
||||
<div v-for="team in game.teams" class="team-block" @click="toTeamStory(team.id!, team.password!)">
|
||||
<div class="team-title">
|
||||
{{ team.name }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user