diff --git a/packages/nc-gui-v2/components/smartsheet/Grid.vue b/packages/nc-gui-v2/components/smartsheet/Grid.vue index 6416d8e7f1..a3ad0583e6 100644 --- a/packages/nc-gui-v2/components/smartsheet/Grid.vue +++ b/packages/nc-gui-v2/components/smartsheet/Grid.vue @@ -26,6 +26,7 @@ const isPublicView = false const selected = reactive<{ row?: number | null; col?: number | null }>({}) const editEnabled = ref(false) +const addColumnDropdown = ref(false) const { loadData, paginationData, formattedData: data, updateRowProperty, changePage } = useViewData(meta, view) const { loadGridViewColumns, updateWidth, resizingColWidth, resizingCol } = useGridViewColumnWidth(view) @@ -231,9 +232,14 @@ defineExpose({ td, th { - min-height: 31px !important; + min-height: 41px !important; + height: 41px !important; position: relative; padding: 0 5px !important; + min-width: 200px; + & > * { + @apply flex align-center h-auto; + } } table,