mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support showing transaction tag in transaction list page
This commit is contained in:
@@ -876,9 +876,14 @@ export default {
|
||||
}
|
||||
|
||||
.transaction-edit-tag {
|
||||
--f7-chip-bg-color: var(--ebk-transaction-tag-chip-bg-color);
|
||||
margin-right: 4px;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.transaction-edit-tag > .chip-media {
|
||||
opacity: 0.6;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user