fix(nc-gui): date, year cell content truncate issue

This commit is contained in:
Ramesh Mane
2025-01-28 13:18:32 +00:00
parent ccb52c14be
commit 39e6f9b832
6 changed files with 24 additions and 42 deletions

View File

@@ -25,9 +25,9 @@ const localState = computed(() => {
</script>
<template>
<span class="nc-cell-field">
<div class="nc-cell-field tracking-tight truncate">
{{ localState?.format(dateFormat) ?? '' }}
</span>
</div>
</template>
<style scoped lang="scss"></style>