src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -2653,8 +2653,14 @@ } let height = setting.height || false if (height && height <= 100) { height = height + 'vh' if (height) { if (height <= 100) { if (height < 0) { height = `calc(100vh - ${-height}px)` } else { height = height + 'vh' } } } let style = {