mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] ActionSheet: cancel button height (#1311)
This commit is contained in:
parent
a8a3866254
commit
695749b7cc
@ -4,17 +4,6 @@
|
||||
max-height: 90% !important;
|
||||
color: @text-color;
|
||||
|
||||
&__cancel {
|
||||
height: 60px;
|
||||
|
||||
&::before {
|
||||
display: block;
|
||||
height: 10px;
|
||||
background-color: @background-color;
|
||||
content: ' ';
|
||||
}
|
||||
}
|
||||
|
||||
&__item,
|
||||
&__cancel {
|
||||
height: 50px;
|
||||
@ -28,6 +17,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__cancel {
|
||||
height: 60px;
|
||||
|
||||
&::before {
|
||||
display: block;
|
||||
height: 10px;
|
||||
background-color: @background-color;
|
||||
content: ' ';
|
||||
}
|
||||
}
|
||||
|
||||
&__item--disabled {
|
||||
color: @gray;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user