Skip to content

【BUG】时间日期选择框,弹出弹窗位置未按照预期,出现偏差 #23035

Open
@rzczach

Description

@rzczach

有一个select条件选择框 选择框 根据条件控制 date-picker,第一个选择时间后,切换select,选择第二个,此时弹窗位置 定位到 top:0,left:0
代码如下:

Image `
<script> export default {
data() {
    return {
        conditionForm: {
            nextButShowType: '',
            currentTime: null,
            timerRange: null
        }
    }
},
methods: {}

}
</script>
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions