ion-multi-picker icon indicating copy to clipboard operation
ion-multi-picker copied to clipboard

在Cordova7.1.0 和 ionic 3.13.1 中 iOS10 中,select modal 的样式问题

Open TyroneLao opened this issue 7 years ago • 2 comments

在Cordova7.1.0 和 ionic 3.13.1 中 iOS10 中,select modal 的样式问题

cancelText 和 doneText 的位置不能正常展示,如下图所示 1 这应该怎么解决呢? 谢谢!

TyroneLao avatar Oct 25 '17 04:10 TyroneLao

.picker-ios .picker-toolbar-button{
    &.picker-toolbar-multi-picker-cancel{
      text-align: start;
    }
}

取消按钮左对齐就好了

sourbell avatar Nov 20 '17 16:11 sourbell

谢谢您的回答,我还有个问题想请教您,这个插件在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.

TyroneLao avatar Nov 24 '17 02:11 TyroneLao