diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index bde68d7a05..1d8e892245 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -363,7 +363,7 @@ const handleFileDelete = (i: number) => { @@ -417,7 +417,8 @@ const handleFileDelete = (i: number) => { @apply relative; .nc-attachment-remove { - @apply absolute -right-2 -top-2 rounded-full hidden; + @apply absolute right-0.8 top-0.8 rounded hidden p-0.5 bg-white text-lg leading-none; + box-shadow: 0px 0px 4px #bbb; } &:hover .nc-attachment-remove {