diff --git a/packages/nc-gui/components/project/spreadsheet/public/xcTable.vue b/packages/nc-gui/components/project/spreadsheet/public/xcTable.vue index fa39cbc20b..7299b247b2 100644 --- a/packages/nc-gui/components/project/spreadsheet/public/xcTable.vue +++ b/packages/nc-gui/components/project/spreadsheet/public/xcTable.vue @@ -121,12 +121,12 @@
-
+
{ - return { - readOnly: col.ai, - type: typeof this.data[0][col._cn], - title: col._cn, - width: '150px' - } - }), { - type: 'hidden', - key: '' - }] - } - } this.searchField = this.primaryValueColumn }, created() { @@ -706,6 +688,14 @@ export default { justify-content: center; } +.nc-grid-wrapper{ + height:calc(100vh - 120px) +} + +.nc-grid{ + height: calc(100% - 34px) +} +