2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

add rtl to list-view

This commit is contained in:
zaqoutabed 2023-01-07 15:29:18 +03:00
parent 09dba75370
commit 47198e3690

View File

@ -26,7 +26,7 @@
"
:class="{
'ms-auto': isNumeric(column.fieldtype),
'pr-4': i === columns.length - 1,
'pe-4': i === columns.length - 1,
}"
>
{{ column.label }}
@ -54,7 +54,7 @@
:key="column.label"
:class="{
'text-right': isNumeric(column.fieldtype),
'pr-4': c === columns.length - 1,
'pe-4': c === columns.length - 1,
}"
:doc="doc"
:column="column"