Browse Source

chore : making the row size small

pull/3093/head
Naveen MR 2 years ago
parent
commit
fdf2394379
  1. 1
      packages/nc-gui-v2/components/dashboard/settings/Metadata.vue
  2. 1
      packages/nc-gui-v2/components/dashboard/settings/UIAcl.vue

1
packages/nc-gui-v2/components/dashboard/settings/Metadata.vue

@ -88,6 +88,7 @@ const columns = [
</div>
<a-table
class="w-full"
size="small"
:custom-row="
(record) => ({
class: `nc-metasync-row nc-metasync-row-${record.title}`,

1
packages/nc-gui-v2/components/dashboard/settings/UIAcl.vue

@ -122,6 +122,7 @@ const columns = [
</div>
<a-table
class="w-full"
size="small"
:data-source="filteredTables"
:columns="columns"
:pagination="false"

Loading…
Cancel
Save