修复搜索栏显示BUG

This commit is contained in:
aixianling
2023-10-30 11:39:28 +08:00
parent d61c61d553
commit ddc099cffb

View File

@@ -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() {