show category comment in list
This commit is contained in:
@@ -122,7 +122,10 @@
|
||||
<ItemIcon icon-type="category"
|
||||
:icon-id="element.icon" :color="element.color"
|
||||
:hidden-status="element.hidden" />
|
||||
<div class="d-flex flex-column py-2">
|
||||
<span class="ml-2">{{ element.name }}</span>
|
||||
<span class="transaction-category-comment ml-2">{{ element.comment }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<v-spacer/>
|
||||
@@ -504,4 +507,9 @@ export default {
|
||||
.transaction-category-table tr.transaction-category-table-row:hover .hover-display {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.transaction-category-table .transaction-category-comment {
|
||||
font-size: 0.8rem;
|
||||
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user