|
@@ -33,7 +33,6 @@ const slots = useSlots()
|
|
|
let sidebarWidth = ref(window.innerWidth * 0.22)
|
|
|
let leftSidebarShow = ref(true)
|
|
|
const leftSidebarStyle = computed(() => {
|
|
|
- debugger
|
|
|
return {
|
|
|
transform: leftSidebarShow.value ? 'translateX(0px)' : `translateX(-${sidebarWidth.value}px)`,
|
|
|
width: `${sidebarWidth.value}px`,
|