feat: cleanup profile
This commit is contained in:
parent
382757aa66
commit
0366f95951
@ -58,7 +58,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="state.activetab === 'profile'" class="tab-content block container">
|
||||
<div class="lg:w-2/3 w-full mx-auto overflow-auto">
|
||||
<div class="lg:w-2/3 w-full mx-auto">
|
||||
<div class="flex flex-col container">
|
||||
<div class="flex flex-wrap w-full">
|
||||
<div class="w-full">
|
||||
@ -120,43 +120,13 @@
|
||||
{{ $t("download_registrationcode") }}
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<div class="mb-2">
|
||||
<div class="text-lg">{{ $t("e_mail_adress") }}</div>
|
||||
<p class="
|
||||
h-10
|
||||
w-full
|
||||
dark:bg-gray-800
|
||||
rounded
|
||||
text-base
|
||||
outline-none
|
||||
dark:text-gray-100
|
||||
text-gray-600
|
||||
py-1
|
||||
px-3
|
||||
leading-8
|
||||
transition-colors
|
||||
duration-200
|
||||
ease-in-out
|
||||
" v-text="state.email || '---'" />
|
||||
<p v-text="state.email || '---'" />
|
||||
</div>
|
||||
<div>
|
||||
<div class="mb-2">
|
||||
<div class="text-lg">{{ $t("phone_number") }}</div>
|
||||
<p class="
|
||||
h-10
|
||||
w-full
|
||||
dark:bg-gray-800
|
||||
rounded
|
||||
text-base
|
||||
outline-none
|
||||
dark:text-gray-100
|
||||
text-gray-600
|
||||
py-1
|
||||
px-3
|
||||
leading-8
|
||||
transition-colors
|
||||
duration-200
|
||||
ease-in-out
|
||||
" v-text="state.phone || '---'" />
|
||||
<p v-text="state.phone || '---'" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user