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 {