mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-06 21:39:45 +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;
|
max-height: 90% !important;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
|
|
||||||
&__cancel {
|
|
||||||
height: 60px;
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
display: block;
|
|
||||||
height: 10px;
|
|
||||||
background-color: @background-color;
|
|
||||||
content: ' ';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&__item,
|
&__item,
|
||||||
&__cancel {
|
&__cancel {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
@ -28,6 +17,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__cancel {
|
||||||
|
height: 60px;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
display: block;
|
||||||
|
height: 10px;
|
||||||
|
background-color: @background-color;
|
||||||
|
content: ' ';
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&__item--disabled {
|
&__item--disabled {
|
||||||
color: @gray;
|
color: @gray;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user