Browse Source

feat/Minor UI fix

pull/3612/head
Muhammed Mustafa 2 years ago
parent
commit
937f92ca55
  1. 2
      packages/nc-gui/components/dashboard/settings/Erd.vue

2
packages/nc-gui/components/dashboard/settings/Erd.vue

@ -40,7 +40,7 @@ const localTables = computed(() =>
<div v-else class="relative h-full"> <div v-else class="relative h-full">
<ErdView :key="JSON.stringify(config)" :tables="localTables" :config="config" /> <ErdView :key="JSON.stringify(config)" :tables="localTables" :config="config" />
<div class="absolute top-4 right-10 flex-col bg-white py-2 px-4 border-1 border-gray-100 rounded-md z-50 space-y-1"> <div class="absolute top-1 right-8 flex-col bg-white py-2 px-4 border-1 border-gray-100 rounded-md z-50 space-y-1">
<div class="flex flex-row items-center"> <div class="flex flex-row items-center">
<a-checkbox v-model:checked="config.showPkAndFk" /> <a-checkbox v-model:checked="config.showPkAndFk" />
<span class="ml-2" style="font-size: 0.65rem">Show PK and FK</span> <span class="ml-2" style="font-size: 0.65rem">Show PK and FK</span>

Loading…
Cancel
Save