mirror of
https://github.com/Tencent/weui.git
synced 2026-03-13 08:02:03 +08:00
iphone tabbar
This commit is contained in:
2
dist/example/example.css
vendored
2
dist/example/example.css
vendored
File diff suppressed because one or more lines are too long
@@ -451,5 +451,13 @@ body, .page {
|
||||
@supports (constant(safe-area-inset-top)){
|
||||
.page{
|
||||
padding:constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
|
||||
&.tabbar{
|
||||
padding-left:0;
|
||||
padding-right:0;
|
||||
}
|
||||
}
|
||||
.weui-tab__panel{
|
||||
padding-left:constant(safe-area-inset-left);
|
||||
padding-right:constant(safe-area-inset-right);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user