diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index a95f1c4da8..d4fa5b98c9 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -270,7 +270,7 @@ const handleFileDelete = (i: number) => { 'py-1': rowHeight === 1 && !isForm && !isExpandedForm, 'py-1.5': rowHeight !== 1 || isForm || isExpandedForm, }" - class="nc-attachment-wrapper flex cursor-pointer w-full items-center flex-wrap gap-2 scrollbar-thin-dull overflow-hidden mt-0 items-start" + class="nc-attachment-wrapper flex cursor-pointer w-full items-center flex-wrap gap-2 nc-scrollbar-thin mt-0 items-start px-[1px]" :style="{ maxHeight: isForm || isExpandedForm ? undefined : `max(100%, ${isGrid ? '22px' : '32px'})`, }" @@ -318,7 +318,7 @@ const handleFileDelete = (i: number) => { - + { v-if="source.id && sourceRenameHelpers[source.id]?.editMode" ref="input" v-model="sourceRenameHelpers[source.id].tempTitle" - class="flex-grow leading-1 outline-0 ring-none capitalize !text-inherit !bg-transparent flex-1 mr-4" - :class=" - activeProjectId === base.id && baseViewOpen ? '!text-brand-600 !font-semibold' : '!text-gray-700' - " + class="flex-grow leading-1 outline-0 ring-none capitalize !text-inherit !bg-transparent flex-1 mr-4 !text-gray-700" :data-source-rename-input-id="source.id" @click.stop @keydown.enter.stop.prevent @@ -763,13 +760,8 @@ const getSource = (sourceId: string) => { /> diff --git a/packages/nc-gui/components/smartsheet/Pagination.vue b/packages/nc-gui/components/smartsheet/Pagination.vue index d48bef4565..ce5c028455 100644 --- a/packages/nc-gui/components/smartsheet/Pagination.vue +++ b/packages/nc-gui/components/smartsheet/Pagination.vue @@ -93,12 +93,13 @@ const tempPageVal = ref(page.value) :class="{ 'border-t-1': !isGroupBy, 'h-13': isMobileMode, 'h-10': !isMobileMode }" :style="`${fixedSize ? `width: ${fixedSize}px;` : ''}${ isGroupBy ? 'margin-top:1px; border-radius: 0 0 8px 8px !important;' : '' - }${extraStyle}`" + } ${extraStyle}`" >
@@ -117,6 +118,9 @@ const tempPageVal = ref(page.value) :class="{ '-ml-17': isLeftSidebarOpen && !alignLeft, 'ml-8': alignLeft, + 'sticky': isGroupBy, + 'left-[159px]': isGroupBy && $slots['add-record'], + 'left-[32px]': isGroupBy && !$slots['add-record'], }" >
diff --git a/packages/nc-gui/components/smartsheet/column/RatingOptions.vue b/packages/nc-gui/components/smartsheet/column/RatingOptions.vue index 35ba8b54de..42f2720bc2 100644 --- a/packages/nc-gui/components/smartsheet/column/RatingOptions.vue +++ b/packages/nc-gui/components/smartsheet/column/RatingOptions.vue @@ -113,7 +113,12 @@ watch( - + diff --git a/packages/nc-gui/components/smartsheet/grid/GroupBy.vue b/packages/nc-gui/components/smartsheet/grid/GroupBy.vue index 84687e22eb..f3bd206cec 100644 --- a/packages/nc-gui/components/smartsheet/grid/GroupBy.vue +++ b/packages/nc-gui/components/smartsheet/grid/GroupBy.vue @@ -306,7 +306,6 @@ const computedWidth = computed(() => { }) const bgColor = computed(() => { - console.log(props.group.key, 'props.maxDepth', props.maxDepth, _depth) if (props.maxDepth === 3) { switch (_depth) { case 2: @@ -362,9 +361,8 @@ const bgColor = computed(() => { diff --git a/packages/nc-gui/components/virtual-cell/BelongsTo.vue b/packages/nc-gui/components/virtual-cell/BelongsTo.vue index 2930e32ecc..cbb0667c68 100644 --- a/packages/nc-gui/components/virtual-cell/BelongsTo.vue +++ b/packages/nc-gui/components/virtual-cell/BelongsTo.vue @@ -87,7 +87,7 @@ watch(value, (next) => {