From 3f0f51ad13dabc2b6982541431a5acd847f09845 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 1 Aug 2022 18:40:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E6=8C=87=E5=BC=95=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/instructionManual/index.vue | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/front/src/views/instructionManual/index.vue b/front/src/views/instructionManual/index.vue index ff23a341..f03ff694 100644 --- a/front/src/views/instructionManual/index.vue +++ b/front/src/views/instructionManual/index.vue @@ -14,7 +14,7 @@
-
@@ -160,15 +160,13 @@ onMounted(() => { display: flex; justify-content: flex-start; margin: 0 auto; - // margin-top: 74px; - // padding-top: 0.74rem; box-sizing: border-box; - position: fixed; - left: 50%; - bottom: 0; - transform: translateX(-50%); - top: 0.6rem; - top: 0; + // position: fixed; + // left: 50%; + // bottom: 0; + // transform: translateX(-50%); + // top: 0.6rem; + // top: 0; } .left { @@ -188,6 +186,7 @@ onMounted(() => { position: absolute; top: 10px; left: 260px; + min-height: 600px; } .sidebar { @@ -228,7 +227,4 @@ onMounted(() => { position: relative; } -.content-menu { - min-height: 600px; -}