-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Input addonBefore/addonAfter height problem. #3765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
我这没复现出来,开了缩放之类的? |
Hello @transtone. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please send your Pull Request to proper branch, fill the Pull Request Template here, provide changelog/TypeScript/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution! 你好 @transtone,我们完全同意你的提议/反馈,欢迎直接在此仓库创建一个 Pull Request 来解决这个问题。请将 Pull Request 发到正确的分支,务必填写 Pull Request 内的预设模板,提供改动所需相应的 changelog、TypeScript 定义、测试用例、文档等,并确保 CI 通过,我们会尽快进行 Review,提前感谢和期待您的贡献。 |
这个提示。。。不太符合我本意,我这复现不出来看看有没有其他人能复现出来 |
Hello @transtone. Please provide a online reproduction by forking this link for vue2、 link for vue3 or a minimal GitHub repository. Make sure to choose the correct version. 你好 @transtone, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 for vue2、 此处 for vue3 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。请确保选择准确的版本。 |
😂😂 没 window 机器 |
您的本意是? 目前在项目里把边框放到最外层去了: .ant-input-wrapper.ant-input-group {
border: 1px solid @border-color-input;
border-radius: 2px;
.ant-input-search,
.ant-input-group-addon {
border-width: 0;
}
.ant-input-group-addon {
+ .ant-input-search {
border-left: 1px solid @border-color-input;
}
}
.ant-input-search {
+ .ant-input-group-addon {
border-left: 1px solid @border-color-input;
}
}
} |
官网可以复现,就不提供什么 sandbox 了 (lll¬ω¬) |
还是 windows 更接近实际用户呀。 |
我这也是win,u2417h 1080p的屏幕 |
“重边的问题”是存在,但是没能复现你说的不对齐。或者你身边找另一台电脑再看看? |
Since the issue was labeled with 由于该 issue 被标记为需要复现信息,却 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
2.0.1
Environment
Microsoft Edge
Reproduction link
https://2x.antdv.com/components/input-cn
Steps to reproduce
官网例子开启 f12 后
What is expected?
底部对齐
What is actually happening?
底部不对齐
1.x的表现:



2.x 的表现:
The text was updated successfully, but these errors were encountered: