Browse Source

refactor(gui-v2): set minimum table container height to avoid pagination component position change

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/2730/head
Pranav C 2 years ago
parent
commit
88483a82ed
  1. 4
      packages/nc-gui-v2/pages/index/index.vue

4
packages/nc-gui-v2/pages/index/index.vue

@ -168,4 +168,8 @@ $state.sidebarOpen.value = false
:deep(.ant-table-row) {
@apply cursor-pointer;
}
:deep(.ant-table) {
@apply min-h-[428px];
}
</style>

Loading…
Cancel
Save