feat(Style): add van-safe-area-bottom util class (#9205)

* feat(Style): add van-safe-area-bottom class

* chore: update test cases
This commit is contained in:
neverland
2021-08-08 09:08:23 +08:00
committed by GitHub
parent 1376c56743
commit eaccf2db0f
38 changed files with 153 additions and 156 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
@import './var.less';
@import '../style/mixins/safe-area.less';
:root {
--van-address-list-padding: @address-list-padding;
@@ -29,9 +28,9 @@
z-index: var(--van-address-list-add-button-z-index);
box-sizing: border-box;
width: 100%;
padding: 0 var(--van-padding-md);
padding-left: var(--van-padding-md);
padding-right: var(--van-padding-md);
background-color: var(--van-white);
.safe-area-inset-bottom();
}
&__add {