File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 }
4141 } ,
4242 isSreachIndexOF : function ( oldstr , kw ) {
43- var istrue = - 1 ;
4443 if ( ! oldstr || ! kw ) return - 1 ;
4544 return oldstr . toLowerCase ( ) . indexOf ( kw . toLowerCase ( ) ) ;
4645 } ,
103102 }
104103 }
105104 resultData . sort ( function ( a , b ) {
106- if ( a . nIdx === - 1 || b . nIdx === - 1 ) {
107- return 1 ;
108- }
105+ // if (a.nIdx === -1 || b.nIdx === -1) {
106+ // return 1;
107+ // }
109108 return a . nIdx - b . nIdx
109+ } ) . sort ( function ( a , b ) {
110+ return a . n . length - b . n . length ;
110111 } ) ;
112+ console . log ( 'resultData:' , resultData )
111113 resultData = resultData . slice ( 0 , show_list_count ) ;
112114
113115 for ( i = 0 ; i < resultData . length ; i ++ ) {
Original file line number Diff line number Diff line change 216216 margin-top : 0 ;
217217 margin-bottom : 16px ;
218218 }
219+
220+ blockquote {
221+ padding : 0 1em ;
222+ color : #6a 73 7d ;
223+ border-left : 0.25em solid #df e2 e5 ;
224+ }
225+
226+ blockquote>: first- child {
227+ margin-top : 0 ;
228+ }
229+
230+ blockquote>: last- child {
231+ margin-bottom : 0 ;
232+ }
233+
219234}
You can’t perform that action at this time.
0 commit comments