From 27516e4368a969e93e795bd78cf7fa919bbc48ac Mon Sep 17 00:00:00 2001 From: Yoones Khoshghadam Date: Thu, 5 Dec 2024 04:04:08 +0000 Subject: [PATCH] fix (nc-gui): icon size and color in grid view attachment cell --- .../components/cell/attachment/Modal.vue | 18 ++++++++++++++++-- .../components/cell/attachment/index.vue | 4 ++-- .../expanded-form/Sidebar/Audits.vue | 7 ++++++- .../workspace/integrations/ConnectionsTab.vue | 1 - 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/packages/nc-gui/components/cell/attachment/Modal.vue b/packages/nc-gui/components/cell/attachment/Modal.vue index e54dbc0fd3..369b78302f 100644 --- a/packages/nc-gui/components/cell/attachment/Modal.vue +++ b/packages/nc-gui/components/cell/attachment/Modal.vue @@ -158,9 +158,23 @@ const handleFileDelete = (i: number) => { @click.stop="onClick(item)" /> - + - +
diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index e3a0351357..88a89e2143 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -433,9 +433,9 @@ defineExpose({ }" @click="onFileClick(item)" > - + - +
diff --git a/packages/nc-gui/components/smartsheet/expanded-form/Sidebar/Audits.vue b/packages/nc-gui/components/smartsheet/expanded-form/Sidebar/Audits.vue index 88fe61e22e..8ace242c7d 100644 --- a/packages/nc-gui/components/smartsheet/expanded-form/Sidebar/Audits.vue +++ b/packages/nc-gui/components/smartsheet/expanded-form/Sidebar/Audits.vue @@ -83,7 +83,12 @@ watch(
- +
diff --git a/packages/nc-gui/components/workspace/integrations/ConnectionsTab.vue b/packages/nc-gui/components/workspace/integrations/ConnectionsTab.vue index e219210d9e..c5ea772a2e 100644 --- a/packages/nc-gui/components/workspace/integrations/ConnectionsTab.vue +++ b/packages/nc-gui/components/workspace/integrations/ConnectionsTab.vue @@ -464,7 +464,6 @@ onKeyStroke('ArrowDown', onDown)