From 5d8ca5a531d192dfa6d0b86140405ecd3743b5a0 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 24 May 2020 15:08:05 +0800 Subject: [PATCH] style(AddressList): add safe-area-inset-bottom (#6355) --- src/address-list/index.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/address-list/index.less b/src/address-list/index.less index d49805799..7a777636b 100644 --- a/src/address-list/index.less +++ b/src/address-list/index.less @@ -12,12 +12,15 @@ z-index: @address-list-add-button-z-index; box-sizing: border-box; width: 100%; - padding: 5px @padding-md; + padding: 0 @padding-md; + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); background-color: @white; } &__add { height: 40px; + margin: 5px 0; line-height: 38px; }