ion-multi-picker
ion-multi-picker copied to clipboard
在Cordova7.1.0 和 ionic 3.13.1 中 iOS10 中,select modal 的样式问题
在Cordova7.1.0 和 ionic 3.13.1 中 iOS10 中,select modal 的样式问题
cancelText 和 doneText 的位置不能正常展示,如下图所示
这应该怎么解决呢?
谢谢!
.picker-ios .picker-toolbar-button{
&.picker-toolbar-multi-picker-cancel{
text-align: start;
}
}
取消按钮左对齐就好了
谢谢您的回答,我还有个问题想请教您,这个插件在Android手机中,点击返回按钮,可是插件没有隐藏,这个怎么解决呢?谢谢!
发自我的 iPhone
在 2017年11月21日,上午12:30,sourbell [email protected] 写道:
.picker-ios .picker-toolbar-button{ &.picker-toolbar-multi-picker-cancel{ text-align: start; } } 取消按钮左对齐就好了
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.