fix(Sku): incorrect button position (#4427)

This commit is contained in:
neverland
2019-09-11 16:11:46 +08:00
committed by GitHub
parent 88338088be
commit 98eb54e534

View File

@@ -21,7 +21,6 @@
&-body {
flex: 1 1 auto;
max-height: 350px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
@@ -311,6 +310,7 @@
&-actions {
display: flex;
flex-shrink: 0;
padding: @padding-xs @padding-md;
.van-button {