diff --git a/packages/nc-gui/assets/style.scss b/packages/nc-gui/assets/style.scss index 50f089d65e..3cd427b4b9 100644 --- a/packages/nc-gui/assets/style.scss +++ b/packages/nc-gui/assets/style.scss @@ -318,3 +318,14 @@ a { white-space: pre; user-select: auto; } + + + +.nc-drawer-expanded-form .ant-drawer-content-wrapper { + transition: width 0.3s !important; +} + + +.nc-icon-transition { + @apply transform transition-transform !hover:(scale-115) !active:(scale-100) +} diff --git a/packages/nc-gui/components.d.ts b/packages/nc-gui/components.d.ts index 99bc5645f2..c790b16d76 100644 --- a/packages/nc-gui/components.d.ts +++ b/packages/nc-gui/components.d.ts @@ -204,6 +204,7 @@ declare module '@vue/runtime-core' { MdiLogout: typeof import('~icons/mdi/logout')['default'] MdiMagnify: typeof import('~icons/mdi/magnify')['default'] MdiMenu: typeof import('~icons/mdi/menu')['default'] + MdiMenuArrowDown: typeof import('~icons/mdi/menu-arrow-down')['default'] MdiMenuDown: typeof import('~icons/mdi/menu-down')['default'] MdiMicrosoftTeams: typeof import('~icons/mdi/microsoft-teams')['default'] MdiMinusCircleOutline: typeof import('~icons/mdi/minus-circle-outline')['default'] diff --git a/packages/nc-gui/components/smartsheet/expanded-form/Header.vue b/packages/nc-gui/components/smartsheet/expanded-form/Header.vue index c0852fda05..80ed48f93d 100644 --- a/packages/nc-gui/components/smartsheet/expanded-form/Header.vue +++ b/packages/nc-gui/components/smartsheet/expanded-form/Header.vue @@ -108,7 +108,11 @@ const onConfirmDeleteRowClick = async () => { - + @@ -130,61 +134,40 @@ const onConfirmDeleteRowClick = async () => { - -
- - - {{ $t('general.close') }} -
-
- - - -
- - {{ $t('general.more') }} - - -
-
- -