Add stipe text area.
This commit is contained in:
@@ -31,6 +31,13 @@ function requestAccept() {
|
|||||||
outlined
|
outlined
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
|
|
||||||
|
<v-text-field
|
||||||
|
variant="outlined"
|
||||||
|
v-model="creatorName"
|
||||||
|
label="Compte stripe"
|
||||||
|
outlined
|
||||||
|
></v-text-field>
|
||||||
|
|
||||||
<div class="flex flex-row justify-end gap-2">
|
<div class="flex flex-row justify-end gap-2">
|
||||||
<v-btn
|
<v-btn
|
||||||
variant="flat"
|
variant="flat"
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ const closeDialog = () => {
|
|||||||
<div class="flex flex-col w-full">
|
<div class="flex flex-col w-full">
|
||||||
<button
|
<button
|
||||||
|
|
||||||
class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full rounded-b-2xl">
|
class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full">
|
||||||
<span class="flex-none pa-2 min-w-32 text-left">{{ $t('creatorinfopage.name') }}</span>
|
<span class="flex-none pa-2 min-w-32 text-left">{{ $t('creatorinfopage.name') }}</span>
|
||||||
<span class="flex-auto text-left pr-6 capitalize">{{ creatorProfileStore.creator.name }}</span>
|
<span class="flex-auto text-left pr-6 capitalize">{{ creatorProfileStore.creator.name }}</span>
|
||||||
<span class="flex-none">
|
<span class="flex-none">
|
||||||
@@ -98,6 +98,17 @@ const closeDialog = () => {
|
|||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="flex flex-col w-full">
|
||||||
|
<button
|
||||||
|
|
||||||
|
class="HoverBtn active:bg-gray-300 py-2 px-4 border-gray-400 shadow flex items-center transition duration-200 ease-in-out w-full rounded-b-2xl">
|
||||||
|
<span class="flex-none pa-2 min-w-32 text-left">Stripe Account</span>
|
||||||
|
<span class="flex-auto text-left pr-6 capitalize">asdasd038338</span>
|
||||||
|
<span class="flex-none">
|
||||||
|
<v-icon>mdi-chevron-right</v-icon>
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="border rounded-2xl">
|
<div class="border rounded-2xl">
|
||||||
|
|||||||
Reference in New Issue
Block a user