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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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