ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

datepicker date box position is wrong

Open webmapLee opened this issue 3 years ago • 0 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Version

3.3.0-beta.2

Environment

"ant-design-vue": "^3.3.0-beta.2" "vue": "^3.2.37"

Reproduction link

Edit on CodeSandbox

Steps to reproduce

在浏览器最大化的情况下,点击最下面的日期框

What is expected?

希望日期框能够在日期输入框下面

What is actually happening?

日期框到顶部了 image


日期框会根据容器的大小自动移动到 输入框的 上面或者下面,如果输入框上面或者下面都无法容下日期框,日期框就会 移动到 最顶部。

webmapLee avatar Aug 19 '22 09:08 webmapLee