show filter being used in tab bar in transaction list page

This commit is contained in:
MaysWind
2021-01-03 13:25:21 +08:00
parent e9b607b8d3
commit 813abd8d8d
4 changed files with 80 additions and 12 deletions
+14
View File
@@ -132,6 +132,20 @@ i.icon.la, i.icon.las, i.icon.lab {
height: 13px;
}
.tabbar-text-with-ellipsis > span {
display: block;
width: 100%;
overflow: hidden;
text-align: center;
text-overflow: ellipsis;
word-break: break-all;
white-space: nowrap;
}
.tabbar-item-changed {
color: var(--f7-theme-color);
}
.nested-list-item .item-title {
width: 100%;
}