Authored by 郝肖肖

搜索列表,单击对象保存

... ... @@ -574,7 +574,7 @@ $newList.on('touchstart', 'li', function(e) {
default:
break;
}
$pre = $firstLiDom;
search();
});
... ...
... ... @@ -87,7 +87,6 @@
width: 150px;
height: 45px;
line-height: 24px;
padding-top: 2px;
overflow: hidden;
word-break: break-all;
display: -webkit-box;
... ...