Browse Source

chore: make the download icon center

pull/2552/head
Wing-Kam Wong 2 years ago
parent
commit
1210511e29
  1. 4
      packages/nc-gui/components/project/spreadsheet/components/SharedViewsList.vue

4
packages/nc-gui/components/project/spreadsheet/components/SharedViewsList.vue

@ -50,7 +50,7 @@
</v-icon>
</template>
</td>
<td class="caption">
<td class="caption text-center">
<template v-if="'download' in currentView">
<span>{{ ~~currentView.download === 1 ? '✔' : '❌' }}</span>
</template>
@ -93,7 +93,7 @@
</v-icon>
</template>
</td>
<td class="caption">
<td class="caption text-center">
<template v-if="'download' in link">
<span>{{ ~~link.download === 1 ? '✔' : '❌' }}</span>
</template>

Loading…
Cancel
Save