mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 16:36:58 +00:00
fix(nc-gui): use dynamic height
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user