From 2649c45a668551e57123f3ac2c9ac116c4522dc6 Mon Sep 17 00:00:00 2001 From: guoyue Date: Mon, 1 Aug 2022 18:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E6=8C=87=E5=BC=95=EF=BC=9A?= =?UTF-8?q?=20=E5=AE=BD=E5=BA=A6=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/components/menuBook.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/views/instructionManual/components/menuBook.vue b/front/src/views/instructionManual/components/menuBook.vue index 11e848f6..2dd243c6 100644 --- a/front/src/views/instructionManual/components/menuBook.vue +++ b/front/src/views/instructionManual/components/menuBook.vue @@ -165,6 +165,8 @@ const imgList = ref([ .shelves-img { height: 497px; + width: 1107px; + margin: 0 auto; background-image: url('../../../assets/menu/shelves.png'); } @@ -175,6 +177,8 @@ const imgList = ref([ .demand-img { height: 525px; + width: 1300px; + margin: 0 auto; background-image: url('../../../assets/menu/demand.png'); }