[new feature] GoodsAction: add safe-area-inset-bottom prop (#3174)

This commit is contained in:
neverland
2019-04-18 20:15:20 +08:00
committed by GitHub
parent 49f4be180f
commit af09a7cb88
4 changed files with 32 additions and 4 deletions
+6
View File
@@ -6,4 +6,10 @@
bottom: 0;
display: flex;
position: fixed;
background-color: @white;
&--safe-area-inset-bottom {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
}