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; }