From d6f8ad6f3186e875a3fd0b188cfdbd4ecb2c4592 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 1 Aug 2022 18:46:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=20=20?= =?UTF-8?q?=E6=96=B0=E6=89=8B=E6=8C=87=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/instructionManual/components/menuBook.vue | 2 +- front/src/views/instructionManual/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/views/instructionManual/components/menuBook.vue b/front/src/views/instructionManual/components/menuBook.vue index 2dd243c6..089be33c 100644 --- a/front/src/views/instructionManual/components/menuBook.vue +++ b/front/src/views/instructionManual/components/menuBook.vue @@ -199,7 +199,7 @@ const imgList = ref([ background: rgba(23, 85, 177, 0.43); border: 1px solid #74a9f8; border-radius: 2px; - margin: 0 20px; + margin: 0 10px; cursor: pointer; diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue index f03ff694..cb4c45b6 100644 --- a/front/src/views/instructionManual/index.vue +++ b/front/src/views/instructionManual/index.vue @@ -177,7 +177,7 @@ onMounted(() => { overflow-y: scroll; position: fixed; top: 200px; - left: 20px; + left: 90px; } .right { @@ -185,7 +185,7 @@ onMounted(() => { height: calc(100% - 20px); position: absolute; top: 10px; - left: 260px; + left: 300px; min-height: 600px; }