diff --git a/src/views/modules/board/partInventory.vue b/src/views/modules/board/partInventory.vue index ef6efd7..cb35638 100644 --- a/src/views/modules/board/partInventory.vue +++ b/src/views/modules/board/partInventory.vue @@ -325,6 +325,8 @@ export default { ], calcHeight:100, + paddingSize:0, + calcClass:"", } }, methods:{ @@ -381,6 +383,8 @@ export default { created() { if (this.$route.name === 'inventory') { this.calcHeight = 30 + this.paddingSize = 10 + this.calcClass = "title" } }, mounted() { @@ -413,30 +417,30 @@ export default {