updatecode
This commit is contained in:

parent
2ef474fda4
commit
abc6709a31
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user