mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
more compact right side
This commit is contained in:
parent
f5fe88cffc
commit
031da1b028
@ -128,29 +128,17 @@
|
||||
@set-tunneled-email="setTunneledEmail"
|
||||
>
|
||||
<template #transactions>
|
||||
<b-container>
|
||||
<b-row>
|
||||
<b-col>
|
||||
<div>
|
||||
<last-transactions
|
||||
:transactions="transactions"
|
||||
:transactionCount="transactionCount"
|
||||
:transactionLinkCount="transactionLinkCount"
|
||||
v-on="$listeners"
|
||||
/>
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
<last-transactions
|
||||
:transactions="transactions"
|
||||
:transactionCount="transactionCount"
|
||||
:transactionLinkCount="transactionLinkCount"
|
||||
v-on="$listeners"
|
||||
/>
|
||||
</template>
|
||||
<template #community>
|
||||
<b-container>
|
||||
<contribution-info />
|
||||
</b-container>
|
||||
</template>
|
||||
<template #empty>
|
||||
<b-container />
|
||||
<contribution-info />
|
||||
</template>
|
||||
<template #empty />
|
||||
</right-side>
|
||||
</b-col>
|
||||
<b-col cols="12">
|
||||
@ -182,29 +170,17 @@
|
||||
@set-tunneled-email="setTunneledEmail"
|
||||
>
|
||||
<template #transactions>
|
||||
<b-container>
|
||||
<b-row>
|
||||
<b-col>
|
||||
<div>
|
||||
<last-transactions
|
||||
:transactions="transactions"
|
||||
:transactionCount="transactionCount"
|
||||
:transactionLinkCount="transactionLinkCount"
|
||||
v-on="$listeners"
|
||||
/>
|
||||
</div>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
<last-transactions
|
||||
:transactions="transactions"
|
||||
:transactionCount="transactionCount"
|
||||
:transactionLinkCount="transactionLinkCount"
|
||||
v-on="$listeners"
|
||||
/>
|
||||
</template>
|
||||
<template #community>
|
||||
<b-container>
|
||||
<contribution-info />
|
||||
</b-container>
|
||||
</template>
|
||||
<template #empty>
|
||||
<b-container />
|
||||
<contribution-info />
|
||||
</template>
|
||||
<template #empty />
|
||||
</right-side>
|
||||
</b-col>
|
||||
</b-row>
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div class="right-side mt-3 mt-lg-0">
|
||||
<slot :name="name" />
|
||||
<b-container>
|
||||
<slot :name="name" />
|
||||
</b-container>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user