Skip to content

关于4.0的一些BUG #6420

Closed
Closed
@zhou5631

Description

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

Version

4.0.0-alpha.3

Environment

4.0.0-alpha.3

Reproduction link

https://next.antdv.com/components/modal-cn

Steps to reproduce

1、input-group-compact下,auto-complete组件样式没生效

2、Modal.info弹出窗,确定按钮是英文“OK”

3、貌似所有组件getPopupContainer都没生效,更严重的是在弹窗使用时,antd官方组件使用了,getPopupContainer.value!但getPopupContainer本身就是undefined,导致致命的奔溃。如:Tabs组件、日期组件

What is expected?

希望修复

What is actually happening?

1、我在代码中采用了来打补丁(希望官方能从底层解决)

.ant-input-group.ant-input-group-compact {

.ant-select-selection-search-input{
border-radius: 0;
border-inline-end-width: 1px;
border-start-end-radius: 6px;
border-end-end-radius: 6px;
}
}

2、我手动加入了okText="确定"(希望能从语言配置中读取)

3、致命的奔溃,在弹窗中无法使用了getPopupContainer.value的组件

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions