We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
调整字体大小后,搜索框的icon没有居中
The text was updated successfully, but these errors were encountered:
谢谢,这是个bug,目前可以先这样解决:
.weui-search-bar { -webkit-text-size-adjust: 100%; align-items: center; } .weui-search-bar__box .weui-icon-search, .weui-search-bar__box .weui-icon-clear { top: 50%; margin-top: -14px; }
Sorry, something went wrong.
fix 调整字体大小后,搜索框的icon没有居中 #606
752e318
No branches or pull requests
调整字体大小后,搜索框的icon没有居中
The text was updated successfully, but these errors were encountered: