mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-24 02:16:12 +08:00
fix(Sku): incorrect button position (#4427)
This commit is contained in:
parent
88338088be
commit
98eb54e534
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user