Replace fixed text length with css line-clamp (#96)

This commit is contained in:
mchev
2024-06-05 14:36:32 +02:00
committed by GitHub
parent bf5a8cdb28
commit 592a537379
15 changed files with 18 additions and 27 deletions

View File

@@ -165,7 +165,7 @@
</template>
<template #cell-name="{ row }">
<BaseText :text="row.data.customer.name" :length="30" tag="span" />
<BaseText :text="row.data.customer.name" tag="span" />
</template>
<template #cell-payment_mode="{ row }">