fix(组件): ms-tree拖拽效果修复
This commit is contained in:
parent
706dfadca6
commit
adac9bc4b9
|
@ -37,7 +37,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@7polo/kity": "2.0.8",
|
"@7polo/kity": "2.0.8",
|
||||||
"@7polo/kityminder-core": "1.4.53",
|
"@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",
|
"@arco-themes/vue-metersphere-v3": "^0.0.2",
|
||||||
"@form-create/arco-design": "^3.1.29",
|
"@form-create/arco-design": "^3.1.29",
|
||||||
"@halo-dev/richtext-editor": "0.0.0-alpha.33",
|
"@halo-dev/richtext-editor": "0.0.0-alpha.33",
|
||||||
|
|
|
@ -540,8 +540,11 @@
|
||||||
// color: var(--color-text-4);
|
// color: var(--color-text-4);
|
||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
|
.arco-tree-node-title-draggable::before {
|
||||||
|
height: 4px;
|
||||||
|
}
|
||||||
.arco-tree-node-title-highlight {
|
.arco-tree-node-title-highlight {
|
||||||
background-color: transparent;
|
background-color: var(--color-primary-light-1);
|
||||||
}
|
}
|
||||||
.arco-tree-node-title {
|
.arco-tree-node-title {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue