src/tabviews/custom/components/share/normalTable/index.jsx
@@ -1169,9 +1169,15 @@ } let height = setting.height || false if (height && height <= 100) { if (height) { if (height <= 100) { if (height < 0) { height = `calc(100vh - ${-height}px)` } else { height = height + 'vh' } } } let loading = this.props.loading if (setting.mask === 'hidden') { loading = false