diff --git a/packages/nc-gui/components/general/ShareBaseButton.vue b/packages/nc-gui/components/general/ShareBaseButton.vue index 16af21a0dd..f6ec5630f1 100644 --- a/packages/nc-gui/components/general/ShareBaseButton.vue +++ b/packages/nc-gui/components/general/ShareBaseButton.vue @@ -44,10 +44,10 @@ useEventListener(document, 'keydown', async (e: KeyboardEvent) => { {{ $t('activity.inviteTeam') }} -
-
+
+
diff --git a/packages/nc-gui/components/smartsheet/Pagination.vue b/packages/nc-gui/components/smartsheet/Pagination.vue index 69cb1fe7fa..e84c094bf2 100644 --- a/packages/nc-gui/components/smartsheet/Pagination.vue +++ b/packages/nc-gui/components/smartsheet/Pagination.vue @@ -59,6 +59,6 @@ const page = computed({ } :deep(.ant-pagination-item-link) { - @apply text-gray-500; + @apply text-gray-500 flex items-center justify-center; } diff --git a/packages/nc-gui/components/smartsheet/sidebar/toolbar/ToggleDrawer.vue b/packages/nc-gui/components/smartsheet/sidebar/toolbar/ToggleDrawer.vue index a1bf705a0f..f151d002e6 100644 --- a/packages/nc-gui/components/smartsheet/sidebar/toolbar/ToggleDrawer.vue +++ b/packages/nc-gui/components/smartsheet/sidebar/toolbar/ToggleDrawer.vue @@ -11,7 +11,7 @@ const onClick = () => {