+
{nodeLatestInfo.value.name}
diff --git a/src/components/CustomTree/src/collapseTreeStyle.scss b/src/components/CustomTree/src/collapseTreeStyle.scss
index 5d558d5..ae83401 100644
--- a/src/components/CustomTree/src/collapseTreeStyle.scss
+++ b/src/components/CustomTree/src/collapseTreeStyle.scss
@@ -15,6 +15,7 @@
.selected_active {
color: $--theme-color;
background: rgb(21 77 221 / 10%);
+ font-weight: bold;
}
.root_tree_icon {
diff --git a/src/components/TableActionCard/isDelete.tsx b/src/components/TableActionCard/isDelete.tsx
new file mode 100644
index 0000000..e69de29
diff --git a/src/layout/components/navbar.vue b/src/layout/components/navbar.vue
index d8f2277..1253d28 100644
--- a/src/layout/components/navbar.vue
+++ b/src/layout/components/navbar.vue
@@ -3,7 +3,7 @@
// import Notice from "./notice/index.vue";
import mixNav from "./sidebar/mixNav.vue";
import { useNav } from "@/layout/hooks/useNav";
-import Breadcrumb from "./sidebar/breadCrumb.vue";
+// import Breadcrumb from "./sidebar/breadCrumb.vue";
// import topCollapse from "./sidebar/topCollapse.vue";
import { useTranslationLang } from "../hooks/useTranslationLang";
// import globalization from "@/assets/svg/globalization.svg?component";
@@ -32,9 +32,7 @@ const {
-
+
-
+
diff --git a/src/layout/components/sidebar/logo.vue b/src/layout/components/sidebar/logo.vue
index 0ef0be1..27c886d 100644
--- a/src/layout/components/sidebar/logo.vue
+++ b/src/layout/components/sidebar/logo.vue
@@ -2,7 +2,7 @@
* @Author: donghao donghao@supervision.ltd
* @Date: 2024-01-10 10:15:50
* @LastEditors: donghao donghao@supervision.ltd
- * @LastEditTime: 2024-01-12 16:57:26
+ * @LastEditTime: 2024-02-05 17:56:50
* @FilePath: \General-AI-Platform-Web-Client\src\layout\components\sidebar\logo.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -44,10 +44,10 @@ const { title } = useNav();