From 5db7a90ee45307cd6d6e754a57033cc408a92e5a Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 6 Jun 2022 18:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=88=E4=BE=8B=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 6b1b7984..772006cc 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -365,7 +365,7 @@ export default { this.showAll = !this.showAll; var searchBoxHeght = document.getElementById("searchBox"); if (this.showAll == false) { - searchBoxHeght.style.height = 60 + "px"; + searchBoxHeght.style.height = 70 + "px"; } else { searchBoxHeght.style.height = "auto"; } @@ -564,7 +564,7 @@ export default {