Skip to content

Commit

Permalink
Drag handle color change
Browse files Browse the repository at this point in the history
  • Loading branch information
akfdwjx committed Aug 28, 2024
1 parent b9f37c8 commit 41494aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/function/ColumnResize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ onMounted(() => {
dragEle.style.cursor = 'ew-resize'
const subDragEle = document.createElement('div')
subDragEle.style.flex = '1'
subDragEle.classList.add('bg-info')
subDragEle.classList.add('bg-primary')
dragEle.appendChild(subDragEle)
resizeEle.appendChild(dragEle)
Expand Down

0 comments on commit 41494aa

Please sign in to comment.