Authored by 郝肖肖

搜索列表,单击对象保存

@@ -574,7 +574,7 @@ $newList.on('touchstart', 'li', function(e) { @@ -574,7 +574,7 @@ $newList.on('touchstart', 'li', function(e) {
574 default: 574 default:
575 break; 575 break;
576 } 576 }
577 - 577 + $pre = $firstLiDom;
578 search(); 578 search();
579 }); 579 });
580 580
@@ -87,7 +87,6 @@ @@ -87,7 +87,6 @@
87 width: 150px; 87 width: 150px;
88 height: 45px; 88 height: 45px;
89 line-height: 24px; 89 line-height: 24px;
90 - padding-top: 2px;  
91 overflow: hidden; 90 overflow: hidden;
92 word-break: break-all; 91 word-break: break-all;
93 display: -webkit-box; 92 display: -webkit-box;