mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] ActionSheet: background color (#748)
This commit is contained in:
parent
f627653505
commit
b87aef8fec
@ -2,10 +2,8 @@
|
||||
|
||||
.van-action-sheet {
|
||||
color: @text-color;
|
||||
max-height: 90%;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: @background-color;
|
||||
max-height: 90% !important;
|
||||
background-color: @background-color !important;
|
||||
|
||||
&__item,
|
||||
&__cancel {
|
||||
|
Loading…
x
Reference in New Issue
Block a user