From ed63868b21e4cf836f5cd85c7d895f9c3188bf17 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Tue, 8 Feb 2022 10:39:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=B7=A5=E8=89=BA=E8=B7=AF?= =?UTF-8?q?=E7=BA=BF=20=20rq?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/searchPartNo.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/modules/base/searchPartNo.vue b/src/views/modules/base/searchPartNo.vue index 95cae9a..a030caf 100644 --- a/src/views/modules/base/searchPartNo.vue +++ b/src/views/modules/base/searchPartNo.vue @@ -35,6 +35,10 @@ + + + + {{ buttons.search }} {{ buttons.settingTable }} {{ buttons.defaultTable }} @@ -445,7 +449,7 @@ mounted() { this.$nextTick(() => { - this.height = window.innerHeight - 150; + this.height = window.innerHeight - 180; }) }, methods: {