[Draf] compare dev vs main #43

Open
dev wants to merge 298 commits from dev into dev-base
249 changed files with 40934 additions and 30608 deletions
Showing only changes of commit 25d30d7926 - Show all commits

View File

@ -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,14 +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: 39px !important;
top: 39px !important;
height: 37px !important;
}
}