mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix(frontend): style fixes, admin fix (#3364)
This commit is contained in:
parent
a994b4b75f
commit
b3f031fff4
@ -344,8 +344,8 @@ onError((error) => {
|
||||
onResult(() => {
|
||||
rows.value = result.value.adminListContributions.contributionCount
|
||||
items.value = result.value.adminListContributions.contributionList
|
||||
if (statusFilter.value === FILTER_TAB_MAP[0]) {
|
||||
store.commit('setOpenCreations', result.adminListContributions.contributionCount)
|
||||
if (statusFilter.value.toString() === FILTER_TAB_MAP[0].toString()) {
|
||||
store.commit('setOpenCreations', result.value.adminListContributions.contributionCount)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<div class="transaction-link gradido-custom-background">
|
||||
<BRow :class="validLink ? '' : 'bg-muted text-dark'" class="mb-2 pt-2 pb-2">
|
||||
<BCol cols="1">
|
||||
<variant-icon icon="link45deg" variant="danger" class="pt-4 ps-2" />
|
||||
<variant-icon icon="link45deg" variant="danger" />
|
||||
</BCol>
|
||||
<BCol cols="11">
|
||||
<BRow>
|
||||
@ -146,3 +146,11 @@ const toggleQrModal = () => {
|
||||
filter: opacity(0.6);
|
||||
}
|
||||
</style>
|
||||
<style scoped>
|
||||
:deep(.col-1 .icon-variant) {
|
||||
margin-top: 1.5rem;
|
||||
margin-left: 0.5rem;
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
}
|
||||
</style>
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
<div class="transaction-slot-creation" @click="visible = !visible">
|
||||
<BRow class="align-items-center">
|
||||
<BCol cols="3" lg="2" md="2">
|
||||
<BAvatar :size="42">
|
||||
<variant-icon icon="gift" variant="success" />
|
||||
<BAvatar :size="42" rounded="lg" variant="success">
|
||||
<variant-icon icon="gift" variant="white" />
|
||||
</BAvatar>
|
||||
</BCol>
|
||||
<BCol>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user