Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

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

Open
TyroneLao opened this issue Oct 25, 2017 · 2 comments

Comments

@TyroneLao
Copy link

TyroneLao commented Oct 25, 2017

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

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

@sourbell
Copy link

sourbell commented Nov 20, 2017

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

取消按钮左对齐就好了

@TyroneLao
Copy link
Author

TyroneLao commented Nov 24, 2017 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants