fix(nc-gui): use dynamic height

This commit is contained in:
Ramesh Mane
2025-09-12 21:13:35 +00:00
parent bee64e064c
commit 3a3c400e3f
4 changed files with 13 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ import { type ColumnType, isVirtualCol } from 'nocodb-sdk'
import { IsCanvasInjectionInj } from '../../../context'
import JsBarcodeWrapper from './JsBarcodeWrapper.vue'
const { isMobileMode } = useGlobal()
const isCanvasInjected = inject(IsCanvasInjectionInj, false)
const isUnderLookup = inject(IsUnderLookupInj, ref(false))
@@ -84,6 +86,7 @@ onMounted(() => {
:body-style="{ padding: '0px' }"
:footer="null"
:closable="false"
:centered="isMobileMode"
@ok="handleModalOkClick"
>
<template #title>