diff --git a/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue b/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue index 5d71506..807e1aa 100644 --- a/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue +++ b/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue @@ -102,7 +102,7 @@ export default { this.gridInit(); }, gridInit() { - const gridHeight = this.$refs.gridParent.offsetHeight; + const gridHeight = this.$refs.gridParent.offsetHeight - 37; const myOptions = { columnOptions: { @@ -113,8 +113,8 @@ export default { header: { height: 28, }, - rowHeight: 38, - minRowHeight: 38, + rowHeight: 37, + minRowHeight: 37, selectionUnit: 'row', editingEvent: 'click', }; @@ -441,14 +441,8 @@ export default {