Skip to content

Commit

Permalink
fix doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Feb 17, 2025
1 parent 333779c commit 614a0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugins/tree/src/DraggableTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const { collapseMap, setCollapse, switchCollapse } = useCollapseMap()
* @property {string} [parentId]
* @property {RowItem} parent
* @property {boolean} hasChildren
* @property {collapsed} boolean
* @property {boolean} collapsed
* @property {any} rawData
*/
Expand Down Expand Up @@ -245,7 +245,7 @@ const getPositionData = (event) => {
}
if (offsetY >= rect.height - threshold) {
// 顶部边框
// 底部边框
return { position: 'bottom', borderClass: 'border-bottom' }
}
Expand Down

0 comments on commit 614a0cd

Please sign in to comment.