From a8354ca5b9c70b3833f08551149f9576d749246d Mon Sep 17 00:00:00 2001 From: qiezi <15576055375@163.com> Date: Tue, 6 May 2025 09:15:35 +0800 Subject: [PATCH] 20250506 --- src/views/modules/board/partInventory.vue | 73 +++++++++++++++-------- 1 file changed, 49 insertions(+), 24 deletions(-) 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 {