$(".tabmenu .cur")[0].scrollIntoView({
	  behavior: 'smooth',
	  block: 'center',
	  inline: 'nearest'
	})

快捷键:gundongzhimouchu

源:

sublime_text格式

<snippet>
    <content><![CDATA[
\$(".tabmenu .cur")[0].scrollIntoView({
	  behavior: 'smooth',
	  block: 'center',
	  inline: 'nearest'
	})
]]></content>
   <tabTrigger>gundongzhimouchu(滚动至某处)</tabTrigger>
   <scope></scope>
</snippet>
点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部