diff --git a/src/views/modules/board/partInventory.vue b/src/views/modules/board/partInventory.vue index 1a027f7..ef6efd7 100644 --- a/src/views/modules/board/partInventory.vue +++ b/src/views/modules/board/partInventory.vue @@ -323,6 +323,8 @@ export default { columnWidth: 140 }, ], + + calcHeight:100, } }, methods:{ @@ -377,6 +379,11 @@ export default { }, }, created() { + if (this.$route.name === 'inventory') { + this.calcHeight = 30 + } + }, + mounted() { }, computed:{ @@ -406,7 +413,7 @@ export default {