diff --git a/packages/nc-gui/components/cell/ClampedText.vue b/packages/nc-gui/components/cell/ClampedText.vue new file mode 100644 index 0000000000..5a74755ea3 --- /dev/null +++ b/packages/nc-gui/components/cell/ClampedText.vue @@ -0,0 +1,24 @@ + + + diff --git a/packages/nc-gui/components/cell/Text.vue b/packages/nc-gui/components/cell/Text.vue index ad85967e5e..47639dfc2a 100644 --- a/packages/nc-gui/components/cell/Text.vue +++ b/packages/nc-gui/components/cell/Text.vue @@ -38,5 +38,5 @@ const focus: VNodeRef = (el) => { @mousedown.stop /> - {{ vModel }} + diff --git a/packages/nc-gui/components/cell/TextArea.vue b/packages/nc-gui/components/cell/TextArea.vue index 021c67b676..449c78e2d8 100644 --- a/packages/nc-gui/components/cell/TextArea.vue +++ b/packages/nc-gui/components/cell/TextArea.vue @@ -53,14 +53,7 @@ const rowHeight = computed(() => { @mousedown.stop /> - + {{ vModel }} diff --git a/packages/nc-gui/components/smartsheet/Cell.vue b/packages/nc-gui/components/smartsheet/Cell.vue index 9061933bb0..f10ebd9a76 100644 --- a/packages/nc-gui/components/smartsheet/Cell.vue +++ b/packages/nc-gui/components/smartsheet/Cell.vue @@ -1,8 +1,9 @@