From 66eeaaf86cdd7d91bb7d9abb00cff07011705bfe Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:22:03 +0000 Subject: [PATCH] fix(nc-gui): update chevron icon size --- .../smartsheet/column/LinkAdvancedOptions.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/packages/nc-gui/components/smartsheet/column/LinkAdvancedOptions.vue b/packages/nc-gui/components/smartsheet/column/LinkAdvancedOptions.vue index 3113aa618a..34527ad74b 100644 --- a/packages/nc-gui/components/smartsheet/column/LinkAdvancedOptions.vue +++ b/packages/nc-gui/components/smartsheet/column/LinkAdvancedOptions.vue @@ -267,7 +267,7 @@ watch(pkColumn, () => { >
-
+
{ :disabled="sourceColumn?.dt !== column.dt || vModel.custom.column_id === column.id" >
-
+
{ :disabled="sourceColumn?.dt !== column.dt || vModel.custom.column_id === column.id" >
-
+
{ :disabled="sourceColumn?.dt !== column.dt || vModel.custom.column_id === column.id" >
-
+
{ @apply mr-2; } - // :deep(.nc-select-expand-btn) { - // @apply text-gray-500; - // } + :deep(.ant-select-arrow) { + .nc-select-expand-btn { + @apply w-3.5 h-3.5; + } + } .nc-relation-settings-table-connector-point { @apply absolute top-[50%] rounded-full w-2 h-2; @@ -632,7 +634,7 @@ watch(pkColumn, () => { } } .nc-relation-settings-select.ant-select-dropdown.nc-select-dropdown { - @apply !rounded-md; + @apply !rounded-md max-w-[180px]; .ant-select-item { @apply text-xs;