Browse Source

chore(nc-gui): remove unnecessary padding from erd

pull/4071/head
braks 2 years ago
parent
commit
fc886690b9
  1. 2
      packages/nc-gui/components/dashboard/settings/Erd.vue
  2. 2
      packages/nc-gui/components/smartsheet/toolbar/Erd.vue

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

@ -1,5 +1,5 @@
<template>
<div class="w-full h-full !py-0 !px-2" style="height: 70vh">
<div class="w-full h-full !p-0 h-70vh">
<ErdView />
</div>
</template>

2
packages/nc-gui/components/smartsheet/toolbar/Erd.vue

@ -35,7 +35,7 @@ const selectedView = inject(ActiveViewInj)
</div>
</div>
<div class="w-full h-full !py-0 !px-2" style="height: 70vh">
<div class="w-full h-70vh">
<LazyErdView :table="meta" />
</div>
</a-modal>

Loading…
Cancel
Save