diff --git a/src/components/ReCharts/src/Infinite.vue b/src/components/ReCharts/src/Infinite.vue index 28f9c0160..654d87fe3 100644 --- a/src/components/ReCharts/src/Infinite.vue +++ b/src/components/ReCharts/src/Infinite.vue @@ -111,7 +111,7 @@ let classOption = reactive({ .warp { width: 95%; - height: 230px; + height: 215px; margin: 0 auto; overflow: hidden; diff --git a/src/components/ReMap/src/Amap.vue b/src/components/ReMap/src/Amap.vue index ef2c5e931..507d937c9 100644 --- a/src/components/ReMap/src/Amap.vue +++ b/src/components/ReMap/src/Amap.vue @@ -28,7 +28,7 @@ let map: MapConfigureInter; const instance = getCurrentInstance(); -const mapSet: mapInter = reactive({ +const mapSet = reactive({ loading: deviceDetection() ? false : true }); @@ -138,7 +138,7 @@ onUnmounted(() => { diff --git a/src/style/index.scss b/src/style/index.scss index 0706bfd44..a72b289c2 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -65,11 +65,6 @@ ul { } } -// main-container global css -.app-container { - padding: 20px; -} - .login, .register { width: 100vw; diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 5aad6fcd5..bbb570724 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -33,6 +33,7 @@ transition: margin-left 0.28s; margin-left: $sideBarWidth; position: relative; + background: #f0f2f5; @media screen and (min-width: 150px) and (max-width: 420px) { .app-main .el-scrollbar__view:first-child { overflow-y: hidden; diff --git a/src/views/components/contextmenu/index.vue b/src/views/components/contextmenu/index.vue index 8dbde0f41..f59353a64 100644 --- a/src/views/components/contextmenu/index.vue +++ b/src/views/components/contextmenu/index.vue @@ -5,7 +5,7 @@ import menuDynamic from "./menuDynamic.vue";