mobile version supports rtl

This commit is contained in:
MaysWind
2025-08-19 23:56:28 +08:00
parent efe39c7390
commit 13d5759e84
44 changed files with 534 additions and 219 deletions
@@ -21,7 +21,7 @@
v-for="type in allTransactionScheduledFrequencyTypes"
@click="changeFrequencyType(type.type)">
<template #after>
<f7-icon class="list-item-showing" f7="chevron_right" v-if="currentFrequencyType === type.type"></f7-icon>
<f7-icon class="list-item-showing icon-with-direction" f7="chevron_right" v-if="currentFrequencyType === type.type"></f7-icon>
</template>
</f7-list-item>
</f7-list>
@@ -165,10 +165,10 @@ function onSheetClosed(): void {
}
.schedule-frequency-type-list.list .item-inner {
padding-right: 6px;
padding-inline-end: 6px;
}
.schedule-frequency-value-list-list.list .item-content {
padding-left: 0;
padding-inline-start: 0;
}
</style>