-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
Modal android fullscreen design #1499
Comments
|
@paranoidjk 在 transparent=false 的时候,Modal 没有 title。官方 demo 里露掉了 transparent=false 的例子。 我看了 less,android 样式额外加 padding 去圆角时没有考虑排除 transparent=false 这种情况,应该是 BUG。 iOS 上 transparent=false 时是一个全屏铺满的效果。 |
@cncolder 这个我来修了 |
silentcloud
added a commit
that referenced
this issue
Jun 29, 2017
lixiaoyang1992
pushed a commit
to lixiaoyang1992/ant-design-mobile
that referenced
this issue
Apr 26, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.4.0
Environment
web android
Reproduction link
https://codepen.io/colder/pen/LLeGaN
Steps to reproduce
What is expected?
在 iOS 上是真正全屏的。
What is actually happening?
在 Android 上,
padding: .3rem .48rem
而且四周还是白色。设计稿就是这样的吗?请问是遵从什么标准?
The text was updated successfully, but these errors were encountered: