step wednesday 19-mai

This commit is contained in:
ogerly 2021-05-20 06:16:33 +02:00
parent c22526c97e
commit 85ac90e456
3 changed files with 15 additions and 38 deletions

View File

@ -14,11 +14,13 @@
path: '/transactions',
}"
></sidebar-item>
<!--
<b-nav-item href="#!" to="/profile">
<b-nav-text class="p-0 text-lg text-muted">{{ $t('site.navbar.my-profil') }}</b-nav-text>
</b-nav-item>
<sidebar-item
:link="{
name: $t('site.navbar.my-profil'),
path: '/profile',
}"
></sidebar-item>
<!--
<b-nav-item href="#!" to="/profileedit">
<b-nav-text class="p-0 text-lg text-muted">{{ $t('site.navbar.settings') }}</b-nav-text>
</b-nav-item>

View File

@ -1,26 +1,11 @@
<template>
<b-card
no-body
class="card-profile"
alt="Image placeholder"
img-top
style="background-color: #ebebeba3 !important"
>
<b-row class="justify-content-center">
<b-col lg="3" class="order-lg-2">
<div class="card-profile-image">
<a href="#">
<vue-qrcode :value="$store.state.email" type="image/png"></vue-qrcode>
</a>
</div>
</b-col>
</b-row>
<b-card-header class="text-center border-0 pt-8 pt-md-4 pb-0 pb-md-4">
<div class="d-flex justify-content-between">
<br />
</div>
</b-card-header>
<b-card class="bg-transparent">
<div class="w-100 text-center" ><vue-qrcode :value="$store.state.email" type="image/png"></vue-qrcode></div>
<b-card-body class="pt-0">
<b-row>

View File

@ -1,16 +1,6 @@
<template>
<div>
<div class="header pb-8 pt-5 pt-lg-8 d-flex align-items-center profile-header">
<b-container fluid></b-container>
</div>
<b-container fluid class="mt--6">
<b-row>
<b-col xl="12" class="order-xl-2 mb-5">
<user-card :balance="balance"></user-card>
</b-col>
</b-row>
</b-container>
<div class="mt-sm-4 mt-lg-5">
<user-card :balance="balance"></user-card>
</div>
</template>
<script>