Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个插件https://github.com/dbushell/Nestable
https://github.com/dbushell/Nestable
我尝试在其中评论各种核心代码,其中包含水平和垂直等辅助注释,但我仍然对如何停止水平拖动一无所知。
让我详细说明一下,我只想要元素的垂直移动,而没有元素的水平移动会导致父子场景见下图
这是一个树视图,如果您只想将它们均匀对齐,您可以简单地使用 ul , li 但是如果您有一个对象并且它具有父/子节点并且您想将它们显示为树视图,除了没有缩进那么简单使用 css 删除缩进,或者可能有一个方法或属性可以嵌套来设置任何你想要的缩进量
很好找到答案,如果有人发现缺陷,请发表评论
$(element).nestable({ maxDepth: 1, });