update design

This commit is contained in:
Владимир Фёдоров 2025-07-01 01:37:20 +07:00
parent 2c15b38e93
commit 1245d98552
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,6 @@
@import './base.css'; @import './base.css';
.header-block { .header-block {
height: 50px;
background-color: var(--main-color); background-color: var(--main-color);
font-size: large; font-size: large;
color: white; color: white;

View File

@ -60,16 +60,17 @@ onMounted(async () => {
<template> <template>
<div class="header-block"> <div class="header-block">
Вечерний детектив - {{ gameState }} <div>
Вечерний детектив - {{ gameState }}
</div>
<div class="buttons-block">
<button v-on:click="startGame" class="button-menu button-custom-inline">Начать</button>
<button v-on:click="stopGame" class="button-menu button-custom-inline">Остановить</button>
</div>
</div> </div>
<TeamQRCode :data="qrurl" :title="qrteam" /> <TeamQRCode :data="qrurl" :title="qrteam" />
<div class="form-block buttons-block">
<a v-on:click="startGame" class="button-menu">Начать</a>
<a v-on:click="stopGame" class="button-menu">Остановить</a>
</div>
<table> <table>
<thead> <thead>
<tr> <tr>
@ -77,7 +78,7 @@ onMounted(async () => {
<th>Название команды</th> <th>Название команды</th>
<th>Поездки</th> <th>Поездки</th>
<th>Приложения</th> <th>Приложения</th>
<th><button v-on:click="apiDownloadQrCodesFile" class="button-custom-inline">Скачать qr-ы</button></th> <th><button v-on:click="apiDownloadQrCodesFile" class="button-custom-inline">Скачать&nbsp;qrы</button></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -119,11 +120,11 @@ onMounted(async () => {
<style scoped> <style scoped>
.buttons-block { .buttons-block {
padding-top: 20px; padding-top: 5px;
} }
.button-menu { .button-menu {
margin: 5px; margin: 5px 10px 5px 0;
} }
table { table {