diff --git a/components/common/Grid.vue b/components/common/Grid.vue index 28a70af..b0765a0 100644 --- a/components/common/Grid.vue +++ b/components/common/Grid.vue @@ -9,7 +9,6 @@ @dblclick="dblClick" @mouseover="mouseoverEvent" @mouseout="mouseoutEvent" - @mousedown="onMousedown" @focusChange="focusChangeEvt" /> @@ -268,13 +267,7 @@ export default { } }); }, - onMousedown(evt) { - this.handleSelectedRow(evt); - }, focusChangeEvt(e) { - this.handleSelectedRow(e); - }, - handleSelectedRow(e) { // console.log('focusChangeEvt1...') if (this.preventFocusChangeEvent(e)) { // console.log('prevent focusChangeEvt') diff --git a/plugins/utility.js b/plugins/utility.js index bcef1c0..3457450 100644 --- a/plugins/utility.js +++ b/plugins/utility.js @@ -289,8 +289,8 @@ const Utility = () => { header: { height: 28, }, - rowHeight: 29, - minRowHeight: 29, + rowHeight: 37, + minRowHeight: 37, columnOptions: { resizable: true, minWidth: 100,