diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index d5e2471b3e..f3aa5baeeb 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -155,7 +155,7 @@ const rowHeight = inject(RowHeightInj, ref()) :style="{ height: isForm ? undefined : `max(${(rowHeight || 1) * 1.8}rem, 41px)`, }" - class="nc-attachment-cell relative flex color-transition flex items-center" + class="nc-attachment-cell relative flex color-transition flex items-center w-full" :class="{ 'justify-center': !active, 'justify-between': active }" > @@ -184,7 +184,7 @@ const rowHeight = inject(RowHeightInj, ref()) Click or drop a file into cell - + @@ -227,11 +227,12 @@ const rowHeight = inject(RowHeightInj, ref()) > @@ -252,7 +253,7 @@ const rowHeight = inject(RowHeightInj, ref())