Skip to content

Commit

Permalink
fix(action-sheet): 修复 ActionSheetFooter 样式问题 closed #78
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Sep 27, 2018
1 parent cb94a89 commit 29a5c6c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/action-sheet/footer/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
.at-action-sheet-footer {
font-size: $font-size-xl;
padding: $spacing-v-lg $spacing-h-lg;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
border-top: 12px solid rgba($color: $color-border-base, $alpha: 0.3);
@include active();

Expand Down
1 change: 0 additions & 1 deletion src/components/action-sheet/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ $action-sheet-timer: 300ms;
&__container {
bottom: 0;
width: 100%;
max-height: 50%;
text-align: center;
position: absolute;
background-color: $color-white;
Expand Down

0 comments on commit 29a5c6c

Please sign in to comment.