From ddc099cffb687b29b3dc90ecb6b3cc9c4b551455 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 30 Oct 2023 11:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=90=9C=E7=B4=A2=E6=A0=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BABUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/layout/AiSearchBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/layout/AiSearchBar.vue b/ui/packages/layout/AiSearchBar.vue index bf65d8cf..68059cee 100644 --- a/ui/packages/layout/AiSearchBar.vue +++ b/ui/packages/layout/AiSearchBar.vue @@ -41,7 +41,7 @@ export default { }, initSize() { this.height = this.$refs?.AiSearchBarZone?.offsetHeight - this.rightHeight = this.$refs?.searchRightZone?.offsetHeight + this.rightHeight = this.$refs?.searchRightZone?.offsetHeight + 12 } }, mounted() {