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
当前的 Picker 在深色模式下,选项的蒙层默认是灰白渐变色且无法修改,导致显示效果不太好
Picker 组件内部采用 picker-view 实现,而官方的 picker-view 有一个 mask-class 可以用于设置蒙层样式,期望能暴露出来。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
当前的 Picker 在深色模式下,选项的蒙层默认是灰白渐变色且无法修改,导致显示效果不太好
你期望的组件设计是怎样的?
Picker 组件内部采用 picker-view 实现,而官方的 picker-view 有一个 mask-class 可以用于设置蒙层样式,期望能暴露出来。
The text was updated successfully, but these errors were encountered: