updatecode

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-27 12:16:53 +09:00
parent 2ef474fda4
commit abc6709a31
3 changed files with 11 additions and 5 deletions

View File

@ -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;
}
}