Authored by ccbikai

筛选子条目惯性滚动

... ... @@ -62,6 +62,7 @@
left: 50%;
top: 0;
overflow: auto;
-webkit-overflow-scrolling: touch;
> li {
height: 60px;
... ... @@ -71,7 +72,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&.highlight {
background: #eee;
}
... ...