Browse Source

fix(nc-gui): calendar sidebar issue

pull/8817/head
Ramesh Mane 2 weeks ago
parent
commit
2fdc4cf532
  1. 2
      packages/nc-gui/components/smartsheet/calendar/SideMenu.vue

2
packages/nc-gui/components/smartsheet/calendar/SideMenu.vue

@ -554,7 +554,7 @@ onClickOutside(searchRef, toggleSearch)
<template v-if="coverImageColumns" #image>
<a-carousel
v-if="attachments(record).length"
class="gallery-carousel rounded-md !border-1 !border-gray-200"
class="gallery-carousel rounded-md !border-1 !border-gray-200 w-10 h-10"
arrows
>
<template #customPaging>

Loading…
Cancel
Save