Browse Source

revert(gui-v2): height calculation

pull/3159/head
braks 2 years ago
parent
commit
903a53bc4a
  1. 2
      packages/nc-gui-v2/layouts/base.vue

2
packages/nc-gui-v2/layouts/base.vue

@ -113,7 +113,7 @@ const logout = () => {
</Transition> </Transition>
</a-tooltip> </a-tooltip>
<div style="height: calc(100% - var(--header-height))" class="w-full h-full overflow-hidden"> <div class="w-full h-full overflow-hidden">
<slot /> <slot />
</div> </div>
</a-layout> </a-layout>

Loading…
Cancel
Save