Browse Source

fix(nc-gui): overflow

pull/7611/head
DarkPhoenix2704 9 months ago
parent
commit
630411f3c9
  1. 2
      packages/nc-gui/components/smartsheet/calendar/RecordCard.vue

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

@ -68,7 +68,7 @@ const emit = defineEmits(['resize-start'])
</NcButton> </NcButton>
</div> </div>
<div class="overflow-hidden ml-2 w-full h-8 absolute"> <div class="overflow-hidden ml-2 h-8 absolute">
<span v-if="position === 'rightRounded' || position === 'none'" class="mr-1"> .... </span> <span v-if="position === 'rightRounded' || position === 'none'" class="mr-1"> .... </span>
<span class="text-sm !w-[80%] text-gray-800"> <span class="text-sm !w-[80%] text-gray-800">
<slot /> <slot />

Loading…
Cancel
Save