From 25d30d7926677959d6f024fa16120da0b52f5e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguyen=20Van=20Luan/=28Nguyen=20Van=20Luan=29/=ED=98=84?= =?UTF-8?q?=EC=9E=A5=EB=8C=80=EB=A6=AC=EC=9D=B8/SK?= <20074472@skcc.com> Date: Thu, 28 Aug 2025 11:14:38 +0900 Subject: [PATCH] update --- .../pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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 {