From 4074f0cfcac5288ab3a1935be8842159bfed1202 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, 21 Aug 2025 12:44:21 +0900 Subject: [PATCH] update code --- components/pages/ems/EccInfo/EccAddInfoTab.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/pages/ems/EccInfo/EccAddInfoTab.vue b/components/pages/ems/EccInfo/EccAddInfoTab.vue index 8109a93..3bcad3f 100644 --- a/components/pages/ems/EccInfo/EccAddInfoTab.vue +++ b/components/pages/ems/EccInfo/EccAddInfoTab.vue @@ -112,10 +112,10 @@ export default { bodyHeight: gridHeight, minBodyHeight: gridHeight, header: { - height: 28, + height: 37, }, - rowHeight: 29, - minRowHeight: 29, + rowHeight: 37, + minRowHeight: 37, selectionUnit: 'row', editingEvent: 'click', };