From adac9bc4b94914aba40591900631489d70c50f56 Mon Sep 17 00:00:00 2001 From: baiqi Date: Thu, 21 Nov 2024 14:20:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BB=84=E4=BB=B6):=20ms-tree=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E6=95=88=E6=9E=9C=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- frontend/src/components/business/ms-tree/index.vue | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 937c30fa48..93a7fac818 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/frontend/src/components/business/ms-tree/index.vue b/frontend/src/components/business/ms-tree/index.vue index 03d0252138..77f24e985a 100644 --- a/frontend/src/components/business/ms-tree/index.vue +++ b/frontend/src/components/business/ms-tree/index.vue @@ -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 {