mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] optimize find parent mixin (#781)
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
color: $text-color;
|
||||
transition: .2s ease-out;
|
||||
background-color: $background-color;
|
||||
max-height: 90%;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: $background-color;
|
||||
|
||||
&--withtitle {
|
||||
background-color: $white;
|
||||
@@ -56,9 +55,4 @@
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
&-float-enter,
|
||||
&-float-leave-active {
|
||||
transform: translate3d(0, 100%, 0);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user