diff --git a/src/App.vue b/src/App.vue
index 5174da3..0d45321 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -23,7 +23,7 @@ const componentStore = useComponentStore()
v-model="componentStore.leftComDrawer"
direction="ltr"
>
-
+
diff --git a/src/components/Layout/Header/Header.vue b/src/components/Layout/Header/Header.vue
index eedd715..ffcceb0 100644
--- a/src/components/Layout/Header/Header.vue
+++ b/src/components/Layout/Header/Header.vue
@@ -126,29 +126,6 @@ onMounted(() => {
-
- -
-
-
-
-
diff --git a/src/components/Layout/Left/Left.vue b/src/components/Layout/Left/Left.vue
index a73c957..22b9e5e 100644
--- a/src/components/Layout/Left/Left.vue
+++ b/src/components/Layout/Left/Left.vue
@@ -3,9 +3,6 @@
import { onMounted, ref, reactive } from 'vue';
import { useToolsStore } from '@/store/modules/tools'
import { useRouter, useRoute } from "vue-router"
-const props = defineProps({
- bgColor: String,
-})
const router = useRouter()
const route = useRoute()
@@ -83,7 +80,6 @@ onMounted(async () => {
:default-active="defaultActive"
:default-openeds="defaultOpeneds"
background-color="transparent"
- :text-color="props.bgColor ?? '#f5f5fb'"
@open="handleOpen"
@close="handleClose"
>