generated from VLADIMIR/template_frontend
add template
This commit is contained in:
@@ -217,11 +217,11 @@ onMounted(() => {
|
|||||||
<BeltBlock class="game-header-belt center-bold-text">
|
<BeltBlock class="game-header-belt center-bold-text">
|
||||||
<div class="position-right-center">
|
<div class="position-right-center">
|
||||||
<span class="text-with-font">Вечерний детектив</span>
|
<span class="text-with-font">Вечерний детектив</span>
|
||||||
<MetalPlate class="team-name-block">
|
<!-- <MetalPlate class="team-name-block">
|
||||||
<div class="text-middle-wrapper text-truncate">
|
<div class="text-middle-wrapper text-truncate">
|
||||||
<p>...</p>
|
<p>...</p>
|
||||||
</div>
|
</div>
|
||||||
</MetalPlate>
|
</MetalPlate> -->
|
||||||
</div>
|
</div>
|
||||||
</BeltBlock>
|
</BeltBlock>
|
||||||
</div>
|
</div>
|
||||||
@@ -463,7 +463,7 @@ body {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: right;
|
justify-content: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
/* код */
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<div></div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
/* стили компонента */
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user