add template

This commit is contained in:
Владимир Фёдоров 2026-03-20 22:57:04 +07:00
parent 19cf4c68b4
commit 5ea37e155d
2 changed files with 14 additions and 3 deletions

View File

@ -217,11 +217,11 @@ onMounted(() => {
<BeltBlock class="game-header-belt center-bold-text">
<div class="position-right-center">
<span class="text-with-font">Вечерний детектив</span>
<MetalPlate class="team-name-block">
<!-- <MetalPlate class="team-name-block">
<div class="text-middle-wrapper text-truncate">
<p>...</p>
</div>
</MetalPlate>
</MetalPlate> -->
</div>
</BeltBlock>
</div>
@ -463,7 +463,7 @@ body {
height: 100%;
display: flex;
align-items: center;
justify-content: right;
justify-content: left;
}
.logo {

View File

@ -0,0 +1,11 @@
<script setup lang="ts">
/* код */
</script>
<template>
<div></div>
</template>
<style scoped>
/* стили компонента */
</style>