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', };