mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
transactions itmes centerd
This commit is contained in:
parent
c970652c40
commit
a775e42e5a
@ -16,7 +16,7 @@
|
|||||||
<transaction-list-item
|
<transaction-list-item
|
||||||
v-if="typeId === 'DECAY'"
|
v-if="typeId === 'DECAY'"
|
||||||
:typeId="typeId"
|
:typeId="typeId"
|
||||||
class="pointer bg-white appBoxShadow gradido-border-radius px-4 pt-3 test-list-group-item"
|
class="pointer bg-white appBoxShadow gradido-border-radius px-4 pt-2 test-list-group-item"
|
||||||
>
|
>
|
||||||
<template #DECAY>
|
<template #DECAY>
|
||||||
<transaction-decay
|
<transaction-decay
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<transaction-list-item
|
<transaction-list-item
|
||||||
v-if="typeId !== 'DECAY'"
|
v-if="typeId !== 'DECAY'"
|
||||||
:typeId="typeId"
|
:typeId="typeId"
|
||||||
class="pointer mb-3 bg-white appBoxShadow gradido-border-radius p-4 test-list-group-item"
|
class="pointer mb-4 bg-white appBoxShadow gradido-border-radius p-3 test-list-group-item"
|
||||||
>
|
>
|
||||||
<template #SEND>
|
<template #SEND>
|
||||||
<transaction-send
|
<transaction-send
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="gdt-transaction-list">
|
<div class="gdt-transaction-list">
|
||||||
<div class="list-group bg-white appBoxShadow gradido-border-radius p-3 mb-3">
|
<div class="list-group bg-white appBoxShadow gradido-border-radius p-3 mb-3">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="align-items-center">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar
|
<b-avatar
|
||||||
:icon="getLinesByType.icon"
|
:icon="getLinesByType.icon"
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transaction-slot-creation">
|
<div class="transaction-slot-creation">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="align-items-center">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar icon="gift" variant="success" size="3em"></b-avatar>
|
<b-avatar icon="gift" variant="success" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div>{{ linkedUser.firstName }} {{ linkedUser.lastName }}</div>
|
<div class="font-weight-bold">{{ linkedUser.firstName }} {{ linkedUser.lastName }}</div>
|
||||||
<div class="small">{{ this.$d(new Date(balanceDate), 'short') }}</div>
|
<div class="small">{{ this.$d(new Date(balanceDate), 'short') }}</div>
|
||||||
<div class="small">{{ this.$d(new Date(balanceDate), 'time') }}</div>
|
<div class="small">{{ this.$d(new Date(balanceDate), 'time') }}</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transaction-slot-decay">
|
<div class="transaction-slot-decay">
|
||||||
<b-row @click="visible = !visible" class="text-color-gdd-yellow">
|
<b-row @click="visible = !visible" class="text-color-gdd-yellow align-items-center">
|
||||||
<b-col cols="1"><type-icon color="text-color-gdd-yellow" icon="droplet-half" /></b-col>
|
<b-col cols="1"><type-icon color="text-color-gdd-yellow" icon="droplet-half" /></b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
{{ $t('decay.decay_since_last_transaction') }}
|
{{ $t('decay.decay_since_last_transaction') }}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transaction-slot-link">
|
<div class="transaction-slot-link">
|
||||||
<b-row @click="showTransactionLinks()">
|
<b-row @click="showTransactionLinks()" class="align-items-center">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar icon="link" variant="light" size="3em"></b-avatar>
|
<b-avatar icon="link" variant="light" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transaction-slot-receive">
|
<div class="transaction-slot-receive">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="align-items-center">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<!-- <b-avatar :text="avatarText" variant="success" size="3em"></b-avatar> -->
|
<!-- <b-avatar :text="avatarText" variant="success" size="3em"></b-avatar> -->
|
||||||
<avatar :username="username" :color="'#fff'"></avatar>
|
<avatar :username="username" :color="'#fff'"></avatar>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transaction-slot-send">
|
<div class="transaction-slot-send">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="align-items-center">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<avatar :username="username" :color="'#fff'"></avatar>
|
<avatar :username="username" :color="'#fff'"></avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user