mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change background-color for table link
This commit is contained in:
parent
6f10431b10
commit
43185325eb
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="transaction-link">
|
||||
<b-row class="gradido-custom-background mb-2">
|
||||
<b-row class="gradido-background-18f50533 mb-2">
|
||||
<b-col cols="2">{{ item.amount | GDD }}</b-col>
|
||||
<b-col cols="2">{{ (item.amount - item.holdAvailableAmount) | GDD }}</b-col>
|
||||
<b-col cols="4">{{ item.memo }}</b-col>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user