diff --git a/frontend/config/plugin/arcoStyleImport.ts b/frontend/config/plugin/arcoStyleImport.ts index 3f166aa7de..ee75367f57 100644 --- a/frontend/config/plugin/arcoStyleImport.ts +++ b/frontend/config/plugin/arcoStyleImport.ts @@ -9,7 +9,7 @@ import { vitePluginForArco } from '@arco-plugins/vite-vue'; export default function configArcoStyleImportPlugin() { // 按需加载主题样式 const arcoResolverPlugin = vitePluginForArco({ - theme: '@arco-themes/vue-ms-theme-default', + theme: '@arco-themes/vue-metersphere-v3', }); return arcoResolverPlugin; } diff --git a/frontend/package.json b/frontend/package.json index 46444a751c..d2bac26eb7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,8 +38,8 @@ "dependencies": { "@7polo/kity": "2.0.8", "@7polo/kityminder-core": "1.4.53", - "@arco-design/web-vue": "^2.55.0", - "@arco-themes/vue-ms-theme-default": "^0.0.30", + "@arco-design/web-vue": "^2.55.1", + "@arco-themes/vue-metersphere-v3": "^0.0.1", "@form-create/arco-design": "^3.1.23", "@halo-dev/richtext-editor": "0.0.0-alpha.33", "@tanstack/vue-query": "^5.17.15", diff --git a/frontend/src/components/business/ms-tree/index.vue b/frontend/src/components/business/ms-tree/index.vue index 6d6c14cfdd..ecd82b1af3 100644 --- a/frontend/src/components/business/ms-tree/index.vue +++ b/frontend/src/components/business/ms-tree/index.vue @@ -479,16 +479,6 @@ @apply flex-1 overflow-hidden; } } - .arco-tree-node-drag-icon { - @apply hidden; - - // top: 50%; - // right: 16px; - // transform: translateY(-50%); - // .arco-icon { - // font-size: 14px; - // } - } } .arco-tree-node-title-block { width: 60%; @@ -582,4 +572,8 @@ } } } + // 为了让挂载在 body 下非 app 内的树节点生效 + .arco-tree-node-drag-icon { + @apply hidden; + } diff --git a/frontend/src/components/pure/ms-table/base-table.vue b/frontend/src/components/pure/ms-table/base-table.vue index 26e041cbc7..0ad257cee1 100644 --- a/frontend/src/components/pure/ms-table/base-table.vue +++ b/frontend/src/components/pure/ms-table/base-table.vue @@ -233,7 +233,7 @@ {{ t('msTable.batch.clear') }} -
+
-
+
{{ t('msTable.batch.selected', { count: props.selectRowCount }) }}
-
-