Browse Source

fix(nc-gui): small padding in bottom of year view

pull/7611/head
DarkPhoenix2704 7 months ago
parent
commit
9c44f2fb4a
  1. 2
      packages/nc-gui/components/smartsheet/calendar/YearView.vue

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

@ -11,7 +11,7 @@ const months = computed(() => {
</script> </script>
<template> <template>
<div class="flex flex-wrap gap-6 items-center justify-center overflow-auto nc-scrollbar-md"> <div class="flex flex-wrap gap-6 pb-4 items-center justify-center overflow-auto nc-scrollbar-md">
<NcDateWeekSelector <NcDateWeekSelector
v-for="(month, index) in months" v-for="(month, index) in months"
:key="index" :key="index"

Loading…
Cancel
Save