Compare commits
8 Commits
dev-trungv
...
1c9546a99a
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c9546a99a | |||
| 4bcf6d6a4c | |||
| d5c5d48485 | |||
| 25d30d7926 | |||
| 094d8a03f3 | |||
| df64326d0d | |||
| 38bbd95ad4 | |||
| 931e2e237e |
@ -102,7 +102,7 @@ export default {
|
||||
this.gridInit();
|
||||
},
|
||||
gridInit() {
|
||||
const gridHeight = this.$refs.gridParent.offsetHeight;
|
||||
const gridHeight = this.$refs.gridParent.offsetHeight - 37;
|
||||
|
||||
const myOptions = {
|
||||
columnOptions: {
|
||||
@ -113,8 +113,8 @@ export default {
|
||||
header: {
|
||||
height: 28,
|
||||
},
|
||||
rowHeight: 38,
|
||||
minRowHeight: 38,
|
||||
rowHeight: 37,
|
||||
minRowHeight: 37,
|
||||
selectionUnit: 'row',
|
||||
editingEvent: 'click',
|
||||
};
|
||||
@ -441,13 +441,8 @@ export default {
|
||||
</script>
|
||||
<style lang="scss" scoped >
|
||||
::v-deep {
|
||||
.tui-grid-layer-state {
|
||||
top: 40px !important;
|
||||
}
|
||||
|
||||
.tui-grid-cell-content-editor {
|
||||
position: relative;
|
||||
height: 38px !important;
|
||||
height: 37px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -561,12 +561,6 @@ export default {
|
||||
columnOptions: {
|
||||
resizable: true,
|
||||
},
|
||||
rowHeaders: [
|
||||
{
|
||||
type: 'rowNum',
|
||||
align: 'right',
|
||||
},
|
||||
],
|
||||
header: {
|
||||
height: 37,
|
||||
},
|
||||
@ -623,6 +617,7 @@ export default {
|
||||
}
|
||||
}
|
||||
const myColumns = [
|
||||
{ header: 'No.', name: 'rowSeq', align: 'right', width: 90 },
|
||||
{
|
||||
header: 'FAB',
|
||||
name: 'fabNm',
|
||||
|
||||
Reference in New Issue
Block a user