diff --git a/src/components/Hamburger/index.vue b/src/components/Hamburger/index.vue index 8800639..602fa78 100644 --- a/src/components/Hamburger/index.vue +++ b/src/components/Hamburger/index.vue @@ -3,7 +3,7 @@
- +
@@ -68,7 +68,6 @@ const emit = defineEmits(['toggleClick']) const showDrawer = ref(false) const permissionStore = usePermissionStore() const appStore = useAppStore() -const drawerWidth= computed(()=>appStore.device === 'mobile'?'100%':'30%') const sidebarRouters = computed(() => permissionStore.sidebarRouters); const menuList = ref([ { diff --git a/src/components/LeftDrawer/index.vue b/src/components/LeftDrawer/index.vue index af5144d..784d83e 100644 --- a/src/components/LeftDrawer/index.vue +++ b/src/components/LeftDrawer/index.vue @@ -1,4 +1,6 @@