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