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
+4 -4
View File
@@ -82,13 +82,13 @@ watch(() => props.modelValue, (newValue) => {
<style>
.list-item-pincode-input .item-content {
padding-left: 0;
padding-right: 0;
padding-inline-start: 0;
padding-inline-end: 0;
}
.list-item-pincode-input .item-content .item-inner {
padding-left: 0;
padding-right: 0;
padding-inline-start: 0;
padding-inline-end: 0;
justify-content: center;
}
</style>