Client - add Sport administration

This commit is contained in:
Sam
2021-10-27 18:51:59 +02:00
parent 95dec79814
commit e4434acc94
14 changed files with 342 additions and 113 deletions

View File

@ -7,6 +7,7 @@
:appStatistics="appStatistics"
/>
<NotFound v-else />
<div id="bottom" />
</div>
</div>
</template>
@ -64,6 +65,8 @@
#admin {
.admin-card {
width: 100%;
margin-bottom: 55px;
::v-deep(.card) {
.admin-form {
display: flex;