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
1、.dropdown-display要加上outline:none;否则当鼠标点击的时候outline会很难看, 2、.dropdown-main的margin-top由-1改为0,否则会挡住dropdown-display的下边框 3、点击dropdown-display会打开下拉框没问题,但是第二次点击的时候应该关闭,没有关闭掉,跟原生的select行为不一致,用起来感觉很别扭的
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1、.dropdown-display要加上outline:none;否则当鼠标点击的时候outline会很难看,
2、.dropdown-main的margin-top由-1改为0,否则会挡住dropdown-display的下边框
3、点击dropdown-display会打开下拉框没问题,但是第二次点击的时候应该关闭,没有关闭掉,跟原生的select行为不一致,用起来感觉很别扭的
The text was updated successfully, but these errors were encountered: