fix(组件): ms-tree拖拽效果修复

This commit is contained in:
baiqi 2024-11-21 14:20:57 +08:00 committed by Craftsman
parent 706dfadca6
commit adac9bc4b9
2 changed files with 5 additions and 2 deletions

View File

@ -37,7 +37,7 @@
"dependencies": {
"@7polo/kity": "2.0.8",
"@7polo/kityminder-core": "1.4.53",
"@arco-design/web-vue": "^2.56.2",
"@arco-design/web-vue": "^2.56.3",
"@arco-themes/vue-metersphere-v3": "^0.0.2",
"@form-create/arco-design": "^3.1.29",
"@halo-dev/richtext-editor": "0.0.0-alpha.33",

View File

@ -540,8 +540,11 @@
// color: var(--color-text-4);
// }
}
.arco-tree-node-title-draggable::before {
height: 4px;
}
.arco-tree-node-title-highlight {
background-color: transparent;
background-color: var(--color-primary-light-1);
}
.arco-tree-node-title {
&:hover {