Closed
Description
- 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;
}
}