您好,这边帮动态您添加了一些css,您可以测试一下:
- let rect = document.getElementById("ftb").getBoundingClientRect()
- let style = document.createElement("style")
- style.innerText = `.gcsj-func-ac-popup {top: ${rect.top+rect.height}px !important;left: ${rect.right-300}px !important;}`
- document.head.appendChild(style)
复制代码
效果也不错:
|