Closed puchenhui closed 1 year ago
提供一下在线重现哈~
Hi, puchenhui.
Please provide a online reproduction so that we can help you troubleshoot the problem. You can create a demo by codesandbox or stackblitz.
我们需要你提供一个在线的重现实例,以便于我们帮你排查问题。你可以通过 codesandbox 或 stackblitz 创建一个实例。
这么写,因为 悬浮元素是 fixed 布局,所以容器本身是没有 size 的哈: https://codesandbox.io/s/exciting-hofstadter-kwq78w?file=/src/App.tsx
这么写,因为 悬浮元素是 fixed 布局,所以容器本身是没有 size 的哈: https://codesandbox.io/s/exciting-hofstadter-kwq78w?file=/src/App.tsx
好的,谢谢,我明天了试一下。
Version of antd-mobile
5.18.0
Description
在页面中引入Popover组件和FloatingBubble 组件,但发现结合后 FloatingBubble 在右侧显示,点击后,Popover组件在左侧显示,代码如下: