diff --git a/components/pages/ems/EccInfo/EccIaoTab.vue b/components/pages/ems/EccInfo/EccIaoTab.vue index 9f01994..79df98f 100644 --- a/components/pages/ems/EccInfo/EccIaoTab.vue +++ b/components/pages/ems/EccInfo/EccIaoTab.vue @@ -107,7 +107,7 @@ export default { this.detailList[4].class = 'pl-4 mt-2'; this.detailList[3].class = 'd-block'; this.detailList[2].class = 'd-none'; - this.detailList[1].class = 'd-block pl-4 mt-1 pb-0'; + this.detailList[1].class = 'd-block pl-4 mt-3-new pb-0'; } }, }, @@ -503,5 +503,10 @@ const myDetail = [ .tui-grid-layer-state{ top: 40px !important; } + + .mt-3-new{ + margin-top: 3px; + } + } \ No newline at end of file diff --git a/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue b/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue index dbb4f65..a84d59e 100644 --- a/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue +++ b/components/pages/ems/ReadObjInfo/ReadObjAddInfoTab.vue @@ -113,8 +113,8 @@ export default { header: { height: 28, }, - rowHeight: 36, - minRowHeight: 36, + rowHeight: 38, + minRowHeight: 38, selectionUnit: 'row', editingEvent: 'click', }; @@ -446,7 +446,8 @@ export default { } .tui-grid-cell-content-editor { - height: 36px !important; + position: relative; + height: 38px !important; } } diff --git a/plugins/gridUtility.js b/plugins/gridUtility.js index 72c1f56..7ba4513 100644 --- a/plugins/gridUtility.js +++ b/plugins/gridUtility.js @@ -329,7 +329,7 @@ export class NewCustomEditor { } divEl.style.position = 'relative'; - divEl.style.top = rowKey === 0 ? '1px' : '3px'; + divEl.style.top = rowKey === 0 ? '1px' : '2px'; el.addEventListener('change', (ev) => { // console.log('props: %o', ev);