diff --git a/front/src/views/instructionManual/components/abilityDocTree.vue b/front/src/views/instructionManual/components/abilityDocTree.vue index 6cd30ac9..45b5b671 100644 --- a/front/src/views/instructionManual/components/abilityDocTree.vue +++ b/front/src/views/instructionManual/components/abilityDocTree.vue @@ -1,14 +1,16 @@ @@ -155,4 +163,13 @@ onMounted(() => { .right { width: 880px; } + +.sidebar { + right: 0 !important; +} + +.content { + right: 16rem !important; + left: 0 !important; +}