From 66d07e587e819845a127cb7d45bd3deb3a22a3da Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 29 May 2023 19:35:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/LayoutClassic/index.vue | 1 + src/views/goverment/AIwarning/warningMap/index.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/layouts/LayoutClassic/index.vue b/src/layouts/LayoutClassic/index.vue index 09f8777..a15ee66 100644 --- a/src/layouts/LayoutClassic/index.vue +++ b/src/layouts/LayoutClassic/index.vue @@ -79,6 +79,7 @@ const goHome = () => { // padding-top: 10px; height: calc(100% - 55px); // 减去头部高度 .classic-main { + width: calc(100% - 200px); display: flex; flex-direction: column; } diff --git a/src/views/goverment/AIwarning/warningMap/index.scss b/src/views/goverment/AIwarning/warningMap/index.scss index 7967960..4bf3f49 100644 --- a/src/views/goverment/AIwarning/warningMap/index.scss +++ b/src/views/goverment/AIwarning/warningMap/index.scss @@ -110,6 +110,7 @@ } .LeftMenu { position: absolute; + width: 300px; top: 10px; left: 10px; height: 94%;