From 7bd990fe25981f06d3e52b7ab5195a312f3c5318 Mon Sep 17 00:00:00 2001 From: guoyue Date: Wed, 13 Jul 2022 17:46:57 +0800 Subject: [PATCH] =?UTF-8?q?add:=20=E6=8C=87=E5=AF=BC=E6=89=8B=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/abilityDocTree.vue | 100 ++++++++----- .../components/docsifyView.vue | 15 -- front/src/views/instructionManual/index.vue | 141 ++++++++++-------- 3 files changed, 140 insertions(+), 116 deletions(-) delete mode 100644 front/src/views/instructionManual/components/docsifyView.vue 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; +}