diff --git a/packages/nc-gui/components/cell/attachment/AttachFile.vue b/packages/nc-gui/components/cell/attachment/AttachFile.vue index 1c636a0d96..9ce0306f92 100644 --- a/packages/nc-gui/components/cell/attachment/AttachFile.vue +++ b/packages/nc-gui/components/cell/attachment/AttachFile.vue @@ -47,8 +47,8 @@ watch(activeMenu, (newVal, oldValue) => { @keydown.esc="dialogShow = false" >
-
- +
+
-
- +
-
-
+
+ {{ item.title }} -
-
+ + + +
- - + + - - + + - + - - + +
@@ -251,5 +263,9 @@ const handleFileDelete = (i: number) => { @apply !pointer-events-none; } } + + .nc-checkbox > .ant-checkbox { + box-shadow: none !important; + } } diff --git a/packages/nc-gui/components/cell/attachment/UploadProviders/Local.vue b/packages/nc-gui/components/cell/attachment/UploadProviders/Local.vue index 035569cf1d..704cefe33f 100644 --- a/packages/nc-gui/components/cell/attachment/UploadProviders/Local.vue +++ b/packages/nc-gui/components/cell/attachment/UploadProviders/Local.vue @@ -106,7 +106,7 @@ onBeforeUnmount(() => { ref="dropZoneRef" :class="{ 'border-brand-500': isOverDropZone, - 'border-dashed border-1': !tempFiles.length, + 'border-dashed border-2': !tempFiles.length, }" data-testid="attachment-drop-zone" :style="`height: ${tempFiles.length > 0 ? '324px' : '100%'}`" @@ -115,11 +115,11 @@ onBeforeUnmount(() => { >